#047EAE

Color #047EAE Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #047EAE

Tints of Cerulean #047EAE

Color information

#047EAE (or 0x047EAE) is unknown color: approx Cerulean. HEX triplet: 04, 7E and AE. RGB value is (4,126,174). Sum of RGB (Red+Green+Blue) = 4+126+174=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #047EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047EAE is #FB8151. Grayscale: #5E5E5E. Windows color (decimal): -16482642 or 11435524. OLE color: 11435524.

HSL color Cylindrical-coordinate representation of color #047EAE: hue angle of 196.94º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047EAE is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4126174-
CMYK0.980.2800.32
HSL196.94º95.51%34.9%-
HSV(B)196.94º97.7%68.24%-
XYZ15.151842.72-
YUV94.99172.5863.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.32%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=1.32%
G=41.45%
B=57.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41261740.980.2800.32196.9495.5134.9
Hex47EAE621C020c56023
Octal41762561423404030514043
Binary1001111110101011101100010111000100000110001011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047EAE; }

 p { color: rgb(4,126,174); }

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

<style>
 a { background-color: #047EAE; }

 a { background-color: rgb(4,126,174); }

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

<style>
 span { border-color: #047EAE; }

 span { border-color: rgb(4,126,174); }

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