Html Css Color HEX #004C50 Sherpa Blue

📋 copy color: '#004C50'

red 0 ◦ green 76 ◦ blue 80

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

Shades of Sherpa Blue #004C50

Tints of Sherpa Blue #004C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.72%

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

R = 0%
G = 48.72%
B = 51.28%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#004C50 (or 0x004C50) is known color: Sherpa Blue. HEX triplet: 00, 4C and 50. RGB value is (0,76,80). Sum of RGB (Red+Green+Blue) = 0+76+80=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #004C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C50 is #FFB3AF. Grayscale: #353535. Windows color (decimal): -16757680 or 5262336. OLE color: 5262336.

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

Color convert

RGB 0 76 80 -
CMYK 1 0.05 0 0.69
HSL 183º 1% 0.16% -
HSV(B) 183º 1% 0.31% -
XYZ 4.03 5.75 8.49 -
YUV 53.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 0 76 80 1 0.05 0 0.69 183 1 0.16
Hex 0 4C 50 64 5 0 45 B7 64 10
Octal 0 114 120 144 5 0 105 267 144 20
Binary 0 1001100 1010000 1100100 101 0 1000101 10110111 1100100 10000

Color Harmonies of #004C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C50

Black with #004C50

Text Example


Text Example

White with #004C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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