#0470AE

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

Shades of Cerulean #0470AE

Tints of Cerulean #0470AE

Color information

#0470AE (or 0x0470AE) is unknown color: approx Cerulean. HEX triplet: 04, 70 and AE. RGB value is (4,112,174). Sum of RGB (Red+Green+Blue) = 4+112+174=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #0470AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0470AE is #FB8F51. Grayscale: #565656. Windows color (decimal): -16486226 or 11431940. OLE color: 11431940.

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

Color convert

RGB4112174-
CMYK0.980.3600.32
HSL201.88º95.51%34.9%-
HSV(B)201.88º97.7%68.24%-
XYZ13.4814.6742.17-
YUV86.78177.2268.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 174 (68.36% from 255) = 60%
R=1.38%
G=38.62%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41121740.980.3600.32201.8895.5134.9
Hex470AE6224020ca6023
Octal41602561424404031214043
Binary10011100001010111011000101001000100000110010101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0470AE; }

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

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

<style>
 a { background-color: #0470AE; }

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

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

<style>
 span { border-color: #0470AE; }

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

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