Html Css Color HEX #024D49 Sherpa Blue

📋 copy color: '#024D49'

red 2 ◦ green 77 ◦ blue 73

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

Shades of Sherpa Blue #024D49

Tints of Sherpa Blue #024D49

RGB

 RED value IS 2 (1.17% from 255) = 1.32%

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

 BLUE value IS 73 (28.91% from 255) = 48.03%

R = 1.32%
G = 50.66%
B = 48.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#024D49 (or 0x024D49) is known color: Sherpa Blue. HEX triplet: 02, 4D and 49. RGB value is (2,77,73). Sum of RGB (Red+Green+Blue) = 2+77+73=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #024D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D49 is #FDB2B6. Grayscale: #363636. Windows color (decimal): -16626359 or 4803842. OLE color: 4803842.

HSL color Cylindrical-coordinate representation of color #024D49: hue angle of 176.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D49 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 77 73 -
CMYK 0.97 0 0.05 0.70
HSL 176.8º 0.95% 0.15% -
HSV(B) 176.8º 0.97% 0.3% -
XYZ 3.88 5.8 7.22 -
YUV 54.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 2 77 73 0.97 0 0.05 0.70 176.8 0.95 0.15
Hex 2 4D 49 61 0 5 46 B1 5F F
Octal 2 115 111 141 0 5 106 261 137 17
Binary 10 1001101 1001001 1100001 0 101 1000110 10110001 1011111 1111

Color Harmonies of #024D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D49

Black with #024D49

Text Example


Text Example

White with #024D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024D49; }

 p { color: rgb(2,77,73); }

 H1.HeaderClassName
 {
   color: #024D49;
 }
 .AnyTagClassName
 {
   color: #024D49;
 }
</style>

background-color css

<style>
 a { background-color: #024D49; }

 a { background-color: rgb(2,77,73); }

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

border-color css

<style>
 span { border-color: #024D49; }

 span { border-color: rgb(2,77,73); }

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