#004C6C

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

Shades of Dark Cerulean #004C6C

Tints of Dark Cerulean #004C6C

Color information

#004C6C (or 0x004C6C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4C and 6C. RGB value is (0,76,108). Sum of RGB (Red+Green+Blue) = 0+76+108=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #004C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C6C is #FFB393. Grayscale: #383838. Windows color (decimal): -16757652 or 7097344. OLE color: 7097344.

HSL color Cylindrical-coordinate representation of color #004C6C: hue angle of 197.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C6C is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB076108-
CMYK10.3000.58
HSL197.78º100%21.18%-
HSV(B)197.78º100%42.35%-
XYZ5.296.2515.12-
YUV56.92156.8287.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 108 (42.58% from 255) = 58.70%
R=0%
G=41.30%
B=58.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal07610810.3000.58197.7810021.18
Hex04C6C641E03Ac66415
Octal01141541443607230614425
Binary010011001101100110010011110011101011000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004C6C; }

 p { color: rgb(0,76,108); }

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

<style>
 a { background-color: #004C6C; }

 a { background-color: rgb(0,76,108); }

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

<style>
 span { border-color: #004C6C; }

 span { border-color: rgb(0,76,108); }

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