#004E4D

Color #004E4D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #004E4D

Tints of Sherpa Blue #004E4D

Color information

#004E4D (or 0x004E4D) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4E and 4D. RGB value is (0,78,77). Sum of RGB (Red+Green+Blue) = 0+78+77=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #004E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E4D is #FFB1B2. Grayscale: #363636. Windows color (decimal): -16757171 or 5066240. OLE color: 5066240.

HSL color Cylindrical-coordinate representation of color #004E4D: hue angle of 179.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E4D is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB07877-
CMYK100.010.69
HSL179.23º100%15.29%-
HSV(B)179.23º100%30.59%-
XYZ4.065.987.96-
YUV54.56140.6689.08-

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) = 50.32%
BLUE value IS 77 (30.47% from 255) = 49.68%
R=0%
G=50.32%
B=49.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07877100.010.69179.2310015.29
Hex04E4D640145b364f
Octal01161151440110526314417
Binary01001110100110111001000110001011011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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