#004E4A

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

Shades of Sherpa Blue #004E4A

Tints of Sherpa Blue #004E4A

Color information

#004E4A (or 0x004E4A) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4E and 4A. RGB value is (0,78,74). Sum of RGB (Red+Green+Blue) = 0+78+74=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #004E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E4A is #FFB1B5. Grayscale: #363636. Windows color (decimal): -16757174 or 4869632. OLE color: 4869632.

HSL color Cylindrical-coordinate representation of color #004E4A: hue angle of 176.92º 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 #004E4A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB07874-
CMYK100.050.69
HSL176.92º100%15.29%-
HSV(B)176.92º100%30.59%-
XYZ3.965.947.42-
YUV54.22139.1689.33-

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) = 51.32%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=0%
G=51.32%
B=48.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07874100.050.69176.9210015.29
Hex04E4A640545b164f
Octal01161121440510526114417
Binary0100111010010101100100010110001011011000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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