#0472AD

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

Shades of Cerulean #0472AD

Tints of Cerulean #0472AD

Color information

#0472AD (or 0x0472AD) is unknown color: approx Cerulean. HEX triplet: 04, 72 and AD. RGB value is (4,114,173). Sum of RGB (Red+Green+Blue) = 4+114+173=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #0472AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0472AD is #FB8D52. Grayscale: #575757. Windows color (decimal): -16485715 or 11366916. OLE color: 11366916.

HSL color Cylindrical-coordinate representation of color #0472AD: hue angle of 200.95º degrees, saturation: 0.95, 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 #0472AD is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4114173-
CMYK0.980.3400.32
HSL200.95º95.48%34.71%-
HSV(B)200.95º97.69%67.84%-
XYZ13.6115.0841.73-
YUV87.84176.0668.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=1.37%
G=39.18%
B=59.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41141730.980.3400.32200.9595.4834.71
Hex472AD6222020c95f23
Octal41622551424204031113743
Binary10011100101010110111000101000100100000110010011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0472AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0472AD; }

 p { color: rgb(4,114,173); }

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

<style>
 a { background-color: #0472AD; }

 a { background-color: rgb(4,114,173); }

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

<style>
 span { border-color: #0472AD; }

 span { border-color: rgb(4,114,173); }

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