Html Css Color HEX #0470AC Cerulean

📋 copy color: '#0470AC'

red 4 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #0470AC

Tints of Cerulean #0470AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 1.39%
G = 38.89%
B = 59.72%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0470AC (or 0x0470AC) is known color: Cerulean. HEX triplet: 04, 70 and AC. RGB value is (4,112,172). Sum of RGB (Red+Green+Blue) = 4+112+172=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #0470AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0470AC is #FB8F53. Grayscale: #565656. Windows color (decimal): -16486228 or 11300868. OLE color: 11300868.

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

Color convert

RGB 4 112 172 -
CMYK 0.98 0.35 0 0.33
HSL 201.43º 0.95% 0.35% -
HSV(B) 201.43º 0.98% 0.67% -
XYZ 13.29 14.59 41.15 -
YUV 86.55 176.22 69.12 -
System Red Green Blue C M Y K H S L
Decimal 4 112 172 0.98 0.35 0 0.33 201.43 0.95 0.35
Hex 4 70 AC 62 23 0 21 C9 5F 23
Octal 4 160 254 142 43 0 41 311 137 43
Binary 100 1110000 10101100 1100010 100011 0 100001 11001001 1011111 100011

Color Harmonies of #0470AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470AC

Black with #0470AC

Text Example


Text Example

White with #0470AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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