#047DAE

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

Shades of Cerulean #047DAE

Tints of Cerulean #047DAE

Color information

#047DAE (or 0x047DAE) is unknown color: approx Cerulean. HEX triplet: 04, 7D and AE. RGB value is (4,125,174). Sum of RGB (Red+Green+Blue) = 4+125+174=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #047DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047DAE is #FB8251. Grayscale: #5E5E5E. Windows color (decimal): -16482898 or 11435268. OLE color: 11435268.

HSL color Cylindrical-coordinate representation of color #047DAE: hue angle of 197.29º 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 #047DAE is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4125174-
CMYK0.980.2800.32
HSL197.29º95.51%34.9%-
HSV(B)197.29º97.7%68.24%-
XYZ15.0217.7542.68-
YUV94.41172.9163.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.32%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=1.32%
G=41.25%
B=57.43%

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
Decimal41251740.980.2800.32197.2995.5134.9
Hex47DAE621C020c56023
Octal41752561423404030514043
Binary1001111101101011101100010111000100000110001011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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