#04809F

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

Shades of Eastern Blue #04809F

Tints of Eastern Blue #04809F

Color information

#04809F (or 0x04809F) is unknown color: approx Eastern Blue. HEX triplet: 04, 80 and 9F. RGB value is (4,128,159). Sum of RGB (Red+Green+Blue) = 4+128+159=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #04809F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04809F is #FB7F60. Grayscale: #5E5E5E. Windows color (decimal): -16482145 or 10452996. OLE color: 10452996.

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

Color convert

RGB4128159-
CMYK0.970.1900.38
HSL192º95.09%31.96%-
HSV(B)192º97.48%62.35%-
XYZ14.0317.9735.53-
YUV94.46164.4263.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=1.37%
G=43.99%
B=54.64%

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
Decimal41281590.970.1900.3819295.0931.96
Hex4809F6113026c05f20
Octal42002371412304630013740
Binary10010000000100111111100001100110100110110000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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