Html Css Color HEX #0470AA Cerulean

📋 copy color: '#0470AA'

red 4 ◦ green 112 ◦ blue 170

#0470AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0470AA

Tints of Cerulean #0470AA

RGB

 RED value IS 4 (1.95% from 255) = 1.4%

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 1.4%
G = 39.16%
B = 59.44%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0470AA (or 0x0470AA) is known color: Cerulean. HEX triplet: 04, 70 and AA. RGB value is (4,112,170). Sum of RGB (Red+Green+Blue) = 4+112+170=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #0470AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0470AA is #FB8F55. Grayscale: #555555. Windows color (decimal): -16486230 or 11169796. OLE color: 11169796.

HSL color Cylindrical-coordinate representation of color #0470AA: hue angle of 200.96º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470AA is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 112 170 -
CMYK 0.98 0.34 0 0.33
HSL 200.96º 0.95% 0.34% -
HSV(B) 200.96º 0.98% 0.67% -
XYZ 13.1 14.52 40.14 -
YUV 86.32 175.22 69.28 -
System Red Green Blue C M Y K H S L
Decimal 4 112 170 0.98 0.34 0 0.33 200.96 0.95 0.34
Hex 4 70 AA 62 22 0 21 C9 5F 22
Octal 4 160 252 142 42 0 41 311 137 42
Binary 100 1110000 10101010 1100010 100010 0 100001 11001001 1011111 100010

Color Harmonies of #0470AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470AA

Black with #0470AA

Text Example


Text Example

White with #0470AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0470AA;
 }
 .AnyTagClassName
 {
   color: #0470AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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