#0470AD

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

Shades of Cerulean #0470AD

Tints of Cerulean #0470AD

Color information

#0470AD (or 0x0470AD) is unknown color: approx Cerulean. HEX triplet: 04, 70 and AD. RGB value is (4,112,173). Sum of RGB (Red+Green+Blue) = 4+112+173=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #0470AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0470AD is #FB8F52. Grayscale: #565656. Windows color (decimal): -16486227 or 11366404. OLE color: 11366404.

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

Color convert

RGB4112173-
CMYK0.980.3500.32
HSL201.66º95.48%34.71%-
HSV(B)201.66º97.69%67.84%-
XYZ13.3914.6341.65-
YUV86.66176.7269.04-

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.75%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=1.38%
G=38.75%
B=59.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41121730.980.3500.32201.6695.4834.71
Hex470AD6223020ca5f23
Octal41602551424304031213743
Binary10011100001010110111000101000110100000110010101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0470AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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