#0474AD

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

Shades of Cerulean #0474AD

Tints of Cerulean #0474AD

Color information

#0474AD (or 0x0474AD) is unknown color: approx Cerulean. HEX triplet: 04, 74 and AD. RGB value is (4,116,173). Sum of RGB (Red+Green+Blue) = 4+116+173=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #0474AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0474AD is #FB8B52. Grayscale: #585858. Windows color (decimal): -16485203 or 11367428. OLE color: 11367428.

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

Color convert

RGB4116173-
CMYK0.980.3300.32
HSL200.24º95.48%34.71%-
HSV(B)200.24º97.69%67.84%-
XYZ13.8415.5341.8-
YUV89.01175.3967.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=1.37%
G=39.59%
B=59.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41161730.980.3300.32200.2495.4834.71
Hex474AD6221020c85f23
Octal41642551424104031013743
Binary10011101001010110111000101000010100000110010001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0474AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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