COLOR #04476B

HEX: #04476B
RGB: (4,71,107)

Renk bilgisi

#04476B contains mainly green and blue colors. #04476B ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#04476B color RGB value is (4,71,107).

  • kırmız ton 4;
  • yeşil ton 71;
  • mavi ton 107.
RGB:
(4,71,107)
(2%,28%,42%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 71 of 255 = 28%
B 107 of 255 = 42%

4
71
107

R + G + B ~ 24%. #04476B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 71 + 107 = 182 (100%)
R 4 of 182 ~ 2.2%
G 71 of 182 ~ 39.01%
B 107 of 182 ~ 58.79%

%39.01
%58.79

CMYK RENK MODELİ

#04476B rengi CMYK tonu (96,34,0,58).

  • camgöbeği tonu 96.26%
  • eflatun tonu 33.64%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(96,34,0,58)
C96M34Y0K58 
(96%,34%,0%,58%)
(0.96/0.34/0.00/0.58)	

CMYK yüzdeleri

%96.26
%33.64
%0
%58.04

Codes

Color #04476B in popluar color models

04476B
RGB471107
HSL201°92.79%21.76%
HSB/HSV201°96.26%41.96%
CMYK96.26%33.64%0.00%
58.04%

Color #04476B in popluar number systems.

HEX04476B
Decimal471107
Binary10010001111101011
Octal4107153

Shades and tints

Shades of #04476B

#04476B
(4,71,107)
#044162
(4,65,98)
#043B59
(4,59,89)
#043550
(4,53,80)
#042F47
(4,47,71)
#04293E
(4,41,62)
#042335
(4,35,53)
#041D2C
(4,29,44)
#041723
(4,23,35)
#04111A
(4,17,26)
#040B11
(4,11,17)
#000000
(0,0,0)

Tints of #04476B

#04476B
(4,71,107)
#1A5778
(26,87,120)
#306785
(48,103,133)
#467792
(70,119,146)
#5C879F
(92,135,159)
#7297AC
(114,151,172)
#88A7B9
(136,167,185)
#9EB7C6
(158,183,198)
#B4C7D3
(180,199,211)
#CAD7E0
(202,215,224)
#E0E7ED
(224,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04476B color. Also use rgb(4,71,107) instead hex code.

Text Font Color

.myTextColor { color: #04476B; }

<p style="color:#04476B">This sample text font color is #04476B.</p>

This text font color is #04476B.


Background Color

.myBgColor { background-color: #04476B; }

<div style="background-color:#04476B">Inner text</div>

This div background color is #04476B.


Border color

.myBorderColor { border: 1px solid #04476B; }

<div style="border:3px solid #04476B">Div</div>

This div border color is #04476B.


Opacity

.myOpacity80 { color: #04476B; opacity: 0.8; }

<p style="color:#04476B;opacity:0.8;">80%</p>

Text with #04476B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #04476B;}

<p style="text-shadow: 3px 3px 1px #04476B">Text here.</p>

This text has shadow with #04476B color.

.textShadow {text-shadow: 3px 3px 1px #04476B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #04476B, 5px 5px 20px red">Text here.</p>

This text has shadow with #04476B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04476B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#04476B, Direction=45, Strength=4)">Text</p>

This text has shadow with #04476B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #04476B;
  -webkit-box-shadow:	1px 1px 3px 2px #04476B;
  box-shadow:		1px 1px 3px 2px #04476B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04476B;
-webkit-box-shadow: 1px 1px 3px 2px #04476B;
box-shadow:1px 1px 3px 2px #04476B;">
Div content here</div>
This div box has shadow with color #04476B.

Preview

Color preview on black background

This text has color #04476B on black background.


Color preview on white background

This text has color #04476B on white background.



Black color preview on #04476B background

This text has black color on #04476B background.


White color preview on #04476B background

This text has white color on #04476B background.