#04989E

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

Shades of Eastern Blue #04989E

Tints of Eastern Blue #04989E

Color information

#04989E (or 0x04989E) is unknown color: approx Eastern Blue. HEX triplet: 04, 98 and 9E. RGB value is (4,152,158). Sum of RGB (Red+Green+Blue) = 4+152+158=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #04989E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04989E is #FB6761. Grayscale: #6C6C6C. Windows color (decimal): -16476002 or 10393604. OLE color: 10393604.

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

Color convert

RGB4152158-
CMYK0.970.0400.38
HSL182.34º95.06%31.76%-
HSV(B)182.34º97.47%61.96%-
XYZ17.4524.9536.24-
YUV108.43155.9753.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=1.27%
G=48.41%
B=50.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41521580.970.0400.38182.3495.0631.76
Hex4989E614026b65f20
Octal4230236141404626613740
Binary100100110001001111011000011000100110101101101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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