#004e70

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

Shades of Dark Cerulean #004E70

Tints of Dark Cerulean #004E70

Color information

#004E70 (or 0x004E70) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4E and 70. RGB value is (0,78,112). Sum of RGB (Red+Green+Blue) = 0+78+112=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #004E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E70 is #FFB18F. Grayscale: #3A3A3A. Windows color (decimal): -16757136 or 7360000. OLE color: 7360000.

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

Color convert

RGB078112-
CMYK10.3000.56
HSL198.21º100%21.96%-
HSV(B)198.21º100%43.92%-
XYZ5.656.6216.31-
YUV58.55158.1686.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=0%
G=41.05%
B=58.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal07811210.3000.56198.2110021.96
Hex04E70641E038c66416
Octal01161601443607030614426
Binary010011101110000110010011110011100011000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,78,112); }

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

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

 a { background-color: rgb(0,78,112); }

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

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

 span { border-color: rgb(0,78,112); }

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