COLOR #04859C

HEX: #04859C
RGB: (4,133,156)

Color info

#04859C contains mainly green and blue colors. Web safe color of #04859C is #009999 (or #099).

RGB color model

#04859C color RGB value is (4,133,156).

  • red value is 4;
  • green value is 133;
  • blue value is 156.
RGB:
(4,133,156)
(2%,52%,61%)

RGB channels and saturation

R 4 of 255 = 2%
G 133 of 255 = 52%
B 156 of 255 = 61%

4
133
156

R + G + B ~ 38%. #04859C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 133 + 156 = 293 (100%)
R 4 of 293 ~ 1.37%
G 133 of 293 ~ 45.39%
B 156 of 293 ~ 53.24%

%45.39
%53.24

CMYK color model

#04859C color CMYK value is (97,15,0,39).

  • cyan value is 97.44%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(97,15,0,39)
C97M15Y0K39 
(97%,15%,0%,39%)
(0.97/0.15/0.00/0.39)	

CMYK percentages

%97.44
%14.74
%0
%38.82

Codes

Color #04859C in popluar color models

04859C
RGB4133156
HSL189°95.00%31.37%
HSB/HSV189°97.44%61.18%
CMYK97.44%14.74%0.00%
38.82%

Color #04859C in popluar number systems.

HEX04859C
Decimal4133156
Binary1001000010110011100
Octal4205234

Shades and tints

Shades of #04859C

#04859C
(4,133,156)
#04798E
(4,121,142)
#046D80
(4,109,128)
#046172
(4,97,114)
#045564
(4,85,100)
#044956
(4,73,86)
#043D48
(4,61,72)
#04313A
(4,49,58)
#04252C
(4,37,44)
#04191E
(4,25,30)
#040D10
(4,13,16)
#000000
(0,0,0)

Tints of #04859C

#04859C
(4,133,156)
#1A90A5
(26,144,165)
#309BAE
(48,155,174)
#46A6B7
(70,166,183)
#5CB1C0
(92,177,192)
#72BCC9
(114,188,201)
#88C7D2
(136,199,210)
#9ED2DB
(158,210,219)
#B4DDE4
(180,221,228)
#CAE8ED
(202,232,237)
#E0F3F6
(224,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04859C color. Also use rgb(4,133,156) instead hex code.

Text Font Color

.myTextColor { color: #04859C; }

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

This text font color is #04859C.


Background Color

.myBgColor { background-color: #04859C; }

<div style="background-color:#04859C">Inner text</div>

This div background color is #04859C.


Border color

.myBorderColor { border: 1px solid #04859C; }

<div style="border:3px solid #04859C">Div</div>

This div border color is #04859C.


Opacity

.myOpacity80 { color: #04859C; opacity: 0.8; }

<p style="color:#04859C;opacity:0.8;">80%</p>

Text with #04859C 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 #04859C;}

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

This text has shadow with #04859C color.

.textShadow {text-shadow: 3px 3px 1px #04859C, 3px 3px 1px red;}

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

This text has shadow with #04859C primary color and red secondary color.


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

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

This text has shadow with #04859C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04859C on black background.


Color preview on white background

This text has color #04859C on white background.



Black color preview on #04859C background

This text has black color on #04859C background.


White color preview on #04859C background

This text has white color on #04859C background.