#04859E

Color #04859E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #04859E

Tints of Eastern Blue #04859E

Color information

#04859E (or 0x04859E) is unknown color: approx Eastern Blue. HEX triplet: 04, 85 and 9E. RGB value is (4,133,158). Sum of RGB (Red+Green+Blue) = 4+133+158=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #04859E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04859E is #FB7A61. Grayscale: #616161. Windows color (decimal): -16480866 or 10388740. OLE color: 10388740.

HSL color Cylindrical-coordinate representation of color #04859E: hue angle of 189.74º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04859E is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4133158-
CMYK0.970.1600.38
HSL189.74º95.06%31.76%-
HSV(B)189.74º97.47%61.96%-
XYZ14.6119.2735.3-
YUV97.28162.2661.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=1.36%
G=45.08%
B=53.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41331580.970.1600.38189.7495.0631.76
Hex4859E6110026be5f20
Octal42052361412004627613740
Binary10010000101100111101100001100000100110101111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04859E; }

 p { color: rgb(4,133,158); }

 H1.HeaderClassName
 {
   color: #04859E;
 }
 .AnyTagClassName
 {
   color: #04859E;
 }
</style>
background-color css

<style>
 a { background-color: #04859E; }

 a { background-color: rgb(4,133,158); }

 div.DivClassName
 {
   background-color: #04859E;
 }
 .BgClassName
 {
   background-color: #04859E;
 }
</style>
border-color css

<style>
 span { border-color: #04859E; }

 span { border-color: rgb(4,133,158); }

 td.TdClassName
 {
   border-color: #04859E;
 }
 .TagClassName
 {
   border-color: #04859E;
 }
</style>