#04809E

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

Shades of Eastern Blue #04809E

Tints of Eastern Blue #04809E

Color information

#04809E (or 0x04809E) is unknown color: approx Eastern Blue. HEX triplet: 04, 80 and 9E. RGB value is (4,128,158). Sum of RGB (Red+Green+Blue) = 4+128+158=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #04809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04809E is #FB7F61. Grayscale: #5E5E5E. Windows color (decimal): -16482146 or 10387460. OLE color: 10387460.

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

Color convert

RGB4128158-
CMYK0.970.1900.38
HSL191.69º95.06%31.76%-
HSV(B)191.69º97.47%61.96%-
XYZ13.9417.9335.07-
YUV94.34163.9263.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=1.38%
G=44.14%
B=54.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41281580.970.1900.38191.6995.0631.76
Hex4809E6113026c05f20
Octal42002361412304630013740
Binary10010000000100111101100001100110100110110000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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