#04909E

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

Shades of Eastern Blue #04909E

Tints of Eastern Blue #04909E

Color information

#04909E (or 0x04909E) is unknown color: approx Eastern Blue. HEX triplet: 04, 90 and 9E. RGB value is (4,144,158). Sum of RGB (Red+Green+Blue) = 4+144+158=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #04909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04909E is #FB6F61. Grayscale: #676767. Windows color (decimal): -16478050 or 10391556. OLE color: 10391556.

HSL color Cylindrical-coordinate representation of color #04909E: hue angle of 185.45º 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 #04909E is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4144158-
CMYK0.970.0900.38
HSL185.45º95.06%31.76%-
HSV(B)185.45º97.47%61.96%-
XYZ16.1922.4435.83-
YUV103.74158.6256.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=1.31%
G=47.06%
B=51.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41441580.970.0900.38185.4595.0631.76
Hex4909E619026b95f20
Octal42202361411104627113740
Binary1001001000010011110110000110010100110101110011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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