#004F76

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

Shades of Dark Cerulean #004F76

Tints of Dark Cerulean #004F76

Color information

#004F76 (or 0x004F76) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4F and 76. RGB value is (0,79,118). Sum of RGB (Red+Green+Blue) = 0+79+118=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #004F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F76 is #FFB089. Grayscale: #3B3B3B. Windows color (decimal): -16756874 or 7753472. OLE color: 7753472.

HSL color Cylindrical-coordinate representation of color #004F76: hue angle of 199.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F76 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB079118-
CMYK10.3300.54
HSL199.83º100%23.14%-
HSV(B)199.83º100%46.27%-
XYZ6.076.918.15-
YUV59.82160.8385.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=0%
G=40.10%
B=59.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal07911810.3300.54199.8310023.14
Hex04F766421036c86417
Octal01171661444106631014427
Binary0100111111101101100100100001011011011001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,79,118); }

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

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

 a { background-color: rgb(0,79,118); }

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

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

 span { border-color: rgb(0,79,118); }

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