#0476A5

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

Shades of Cerulean #0476A5

Tints of Cerulean #0476A5

Color information

#0476A5 (or 0x0476A5) is unknown color: approx Cerulean. HEX triplet: 04, 76 and A5. RGB value is (4,118,165). Sum of RGB (Red+Green+Blue) = 4+118+165=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 165 (64.84% from 255 or 57.49% from 287); Max value from RGB is 165 - color contains mainly: blue. Hex color #0476A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0476A5 is #FB895A. Grayscale: #585858. Windows color (decimal): -16484699 or 10843652. OLE color: 10843652.

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

Color convert

RGB4118165-
CMYK0.980.2800.35
HSL197.52º95.27%33.14%-
HSV(B)197.52º97.58%64.71%-
XYZ13.3215.737.93-
YUV89.27170.7367.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 165 (64.84% from 255) = 57.49%
R=1.39%
G=41.11%
B=57.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41181650.980.2800.35197.5295.2733.14
Hex476A5621C023c65f21
Octal41662451423404330613741
Binary1001110110101001011100010111000100011110001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0476A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0476A5; }

 p { color: rgb(4,118,165); }

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

<style>
 a { background-color: #0476A5; }

 a { background-color: rgb(4,118,165); }

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

<style>
 span { border-color: #0476A5; }

 span { border-color: rgb(4,118,165); }

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