Html Css Color HEX #004D50 Sherpa Blue

📋 copy color: '#004D50'

red 0 ◦ green 77 ◦ blue 80

#004D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #004D50

Tints of Sherpa Blue #004D50

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 77 (30.47% from 255) = 49.04%

 BLUE value IS 80 (31.64% from 255) = 50.96%

R = 0%
G = 49.04%
B = 50.96%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#004D50 (or 0x004D50) is known color: Sherpa Blue. HEX triplet: 00, 4D and 50. RGB value is (0,77,80). Sum of RGB (Red+Green+Blue) = 0+77+80=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #004D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D50 is #FFB2AF. Grayscale: #363636. Windows color (decimal): -16757424 or 5262592. OLE color: 5262592.

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

Color convert

RGB 0 77 80 -
CMYK 1 0.04 0 0.69
HSL 182.25º 1% 0.16% -
HSV(B) 182.25º 1% 0.31% -
XYZ 4.1 5.89 8.51 -
YUV 54.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 0 77 80 1 0.04 0 0.69 182.25 1 0.16
Hex 0 4D 50 64 4 0 45 B6 64 10
Octal 0 115 120 144 4 0 105 266 144 20
Binary 0 1001101 1010000 1100100 100 0 1000101 10110110 1100100 10000

Color Harmonies of #004D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D50

Black with #004D50

Text Example


Text Example

White with #004D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #004D50;
 }
 .AnyTagClassName
 {
   color: #004D50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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