COLOR #04567B

HEX: #04567B
RGB: (4,86,123)

Color info

#04567B contains mainly green and blue colors. Web safe color of #04567B is #006666 (or #066).

RGB color model

#04567B color RGB value is (4,86,123).

  • red value is 4;
  • green value is 86;
  • blue value is 123.
RGB:
(4,86,123)
(2%,34%,48%)

RGB channels and saturation

R 4 of 255 = 2%
G 86 of 255 = 34%
B 123 of 255 = 48%

4
86
123

R + G + B ~ 28%. #04567B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 86 + 123 = 213 (100%)
R 4 of 213 ~ 1.88%
G 86 of 213 ~ 40.38%
B 123 of 213 ~ 57.75%

%40.38
%57.75

CMYK color model

#04567B color CMYK value is (97,30,0,52).

  • cyan value is 96.75%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(97,30,0,52)
C97M30Y0K52 
(97%,30%,0%,52%)
(0.97/0.30/0.00/0.52)	

CMYK percentages

%96.75
%30.08
%0
%51.76

Codes

Color #04567B in popluar color models

04567B
RGB486123
HSL199°93.70%24.90%
HSB/HSV199°96.75%48.24%
CMYK96.75%30.08%0.00%
51.76%

Color #04567B in popluar number systems.

HEX04567B
Decimal486123
Binary10010101101111011
Octal4126173

Shades and tints

Shades of #04567B

#04567B
(4,86,123)
#044F70
(4,79,112)
#044865
(4,72,101)
#04415A
(4,65,90)
#043A4F
(4,58,79)
#043344
(4,51,68)
#042C39
(4,44,57)
#04252E
(4,37,46)
#041E23
(4,30,35)
#041718
(4,23,24)
#04100D
(4,16,13)
#000000
(0,0,0)

Tints of #04567B

#04567B
(4,86,123)
#1A6587
(26,101,135)
#307493
(48,116,147)
#46839F
(70,131,159)
#5C92AB
(92,146,171)
#72A1B7
(114,161,183)
#88B0C3
(136,176,195)
#9EBFCF
(158,191,207)
#B4CEDB
(180,206,219)
#CADDE7
(202,221,231)
#E0ECF3
(224,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04567B color. Also use rgb(4,86,123) instead hex code.

Text Font Color

.myTextColor { color: #04567B; }

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

This text font color is #04567B.


Background Color

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

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

This div background color is #04567B.


Border color

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

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

This div border color is #04567B.


Opacity

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

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

Text with #04567B 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 #04567B;}

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

This text has shadow with #04567B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04567B on black background.


Color preview on white background

This text has color #04567B on white background.



Black color preview on #04567B background

This text has black color on #04567B background.


White color preview on #04567B background

This text has white color on #04567B background.