#00476E

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

Shades of Dark Cerulean #00476E

Tints of Dark Cerulean #00476E

Color information

#00476E (or 0x00476E) is unknown color: approx Dark Cerulean. HEX triplet: 00, 47 and 6E. RGB value is (0,71,110). Sum of RGB (Red+Green+Blue) = 0+71+110=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #00476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00476E is #FFB891. Grayscale: #353535. Windows color (decimal): -16758930 or 7227136. OLE color: 7227136.

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

Color convert

RGB071110-
CMYK10.3500.57
HSL201.27º100%21.57%-
HSV(B)201.27º100%43.14%-
XYZ5.075.6315.57-
YUV54.22159.4889.33-

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.23%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=0%
G=39.23%
B=60.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal07111010.3500.57201.2710021.57
Hex0476E6423039c96416
Octal01071561444307131114426
Binary0100011111011101100100100011011100111001001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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