#004D60

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

Shades of Sherpa Blue #004D60

Tints of Sherpa Blue #004D60

Color information

#004D60 (or 0x004D60) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4D and 60. RGB value is (0,77,96). Sum of RGB (Red+Green+Blue) = 0+77+96=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #004D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D60 is #FFB29F. Grayscale: #373737. Windows color (decimal): -16757408 or 6311168. OLE color: 6311168.

HSL color Cylindrical-coordinate representation of color #004D60: hue angle of 191.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D60 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB07796-
CMYK10.2000.62
HSL191.88º100%18.82%-
HSV(B)191.88º100%37.65%-
XYZ4.776.1512-
YUV56.14150.4987.96-

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) = 44.51%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=0%
G=44.51%
B=55.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0779610.2000.62191.8810018.82
Hex04D60641403Ec06413
Octal01151401442407630014423
Binary010011011100000110010010100011111011000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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