#00476F

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

Shades of Dark Cerulean #00476F

Tints of Dark Cerulean #00476F

Color information

#00476F (or 0x00476F) is unknown color: approx Dark Cerulean. HEX triplet: 00, 47 and 6F. RGB value is (0,71,111). Sum of RGB (Red+Green+Blue) = 0+71+111=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #00476F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00476F is #FFB890. Grayscale: #363636. Windows color (decimal): -16758929 or 7292672. OLE color: 7292672.

HSL color Cylindrical-coordinate representation of color #00476F: hue angle of 201.62º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00476F is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB071111-
CMYK10.3600.56
HSL201.62º100%21.76%-
HSV(B)201.62º100%43.53%-
XYZ5.125.6515.86-
YUV54.33159.9889.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 111 (43.75% from 255) = 60.99%
R=0%
G=39.01%
B=60.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal07111110.3600.56201.6210021.76
Hex0476F6424038ca6416
Octal01071571444407031214426
Binary0100011111011111100100100100011100011001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00476F; }

 p { color: rgb(0,71,111); }

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

<style>
 a { background-color: #00476F; }

 a { background-color: rgb(0,71,111); }

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

<style>
 span { border-color: #00476F; }

 span { border-color: rgb(0,71,111); }

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