#004D4A

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

Shades of Sherpa Blue #004D4A

Tints of Sherpa Blue #004D4A

Color information

#004D4A (or 0x004D4A) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4D and 4A. RGB value is (0,77,74). Sum of RGB (Red+Green+Blue) = 0+77+74=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #004D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004D4A is #FFB2B5. Grayscale: #353535. Windows color (decimal): -16757430 or 4869376. OLE color: 4869376.

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

Color convert

RGB07774-
CMYK100.040.70
HSL177.66º100%15.1%-
HSV(B)177.66º100%30.2%-
XYZ3.895.87.39-
YUV53.64139.4989.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=0%
G=50.99%
B=49.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07774100.040.70177.6610015.1
Hex04D4A640446b264f
Octal01151121440410626214417
Binary0100110110010101100100010010001101011001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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