#004F74

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

Shades of Dark Cerulean #004F74

Tints of Dark Cerulean #004F74

Color information

#004F74 (or 0x004F74) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4F and 74. RGB value is (0,79,116). Sum of RGB (Red+Green+Blue) = 0+79+116=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #004F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F74 is #FFB08B. Grayscale: #3B3B3B. Windows color (decimal): -16756876 or 7622400. OLE color: 7622400.

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

Color convert

RGB079116-
CMYK10.3200.55
HSL199.14º100%22.75%-
HSV(B)199.14º100%45.49%-
XYZ5.956.8517.53-
YUV59.6159.8385.49-

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.51%
BLUE value IS 116 (45.70% from 255) = 59.49%
R=0%
G=40.51%
B=59.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal07911610.3200.55199.1410022.75
Hex04F746420037c76417
Octal01171641444006730714427
Binary0100111111101001100100100000011011111000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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