Html Css Color HEX #024F49 Sherpa Blue

📋 copy color: '#024F49'

red 2 ◦ green 79 ◦ blue 73

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

Shades of Sherpa Blue #024F49

Tints of Sherpa Blue #024F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 51.3%

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

R = 1.3%
G = 51.3%
B = 47.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#024F49 (or 0x024F49) is known color: Sherpa Blue. HEX triplet: 02, 4F and 49. RGB value is (2,79,73). Sum of RGB (Red+Green+Blue) = 2+79+73=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #024F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F49 is #FDB0B6. Grayscale: #373737. Windows color (decimal): -16625847 or 4804354. OLE color: 4804354.

HSL color Cylindrical-coordinate representation of color #024F49: hue angle of 175.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F49 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 79 73 -
CMYK 0.97 0 0.08 0.69
HSL 175.32º 0.95% 0.16% -
HSV(B) 175.32º 0.97% 0.31% -
XYZ 4.02 6.09 7.27 -
YUV 55.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 2 79 73 0.97 0 0.08 0.69 175.32 0.95 0.16
Hex 2 4F 49 61 0 8 45 AF 5F 10
Octal 2 117 111 141 0 10 105 257 137 20
Binary 10 1001111 1001001 1100001 0 1000 1000101 10101111 1011111 10000

Color Harmonies of #024F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F49

Black with #024F49

Text Example


Text Example

White with #024F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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