#07476c

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

Shades of Dark Cerulean #07476C

Tints of Dark Cerulean #07476C

Color information

#07476C (or 0x07476C) is unknown color: approx Dark Cerulean. HEX triplet: 07, 47 and 6C. RGB value is (7,71,108). Sum of RGB (Red+Green+Blue) = 7+71+108=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #07476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07476C is #F8B893. Grayscale: #373737. Windows color (decimal): -16300180 or 7096071. OLE color: 7096071.

HSL color Cylindrical-coordinate representation of color #07476C: hue angle of 201.98º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07476C is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB771108-
CMYK0.940.3400.58
HSL201.98º87.83%22.55%-
HSV(B)201.98º93.52%42.35%-
XYZ5.055.6315.01-
YUV56.08157.392.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=3.76%
G=38.17%
B=58.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7711080.940.3400.58201.9887.8322.55
Hex7476C5E2203Aca5817
Octal71071541364207231213027
Binary111100011111011001011110100010011101011001010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07476c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07476c; }

 p { color: rgb(7,71,108); }

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

<style>
 a { background-color: #07476c; }

 a { background-color: rgb(7,71,108); }

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

<style>
 span { border-color: #07476c; }

 span { border-color: rgb(7,71,108); }

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