Html Css Color HEX #024A4B Sherpa Blue

📋 copy color: '#024A4B'

red 2 ◦ green 74 ◦ blue 75

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

Shades of Sherpa Blue #024A4B

Tints of Sherpa Blue #024A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 49.01%

 BLUE value IS 75 (29.69% from 255) = 49.67%

R = 1.32%
G = 49.01%
B = 49.67%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#024A4B (or 0x024A4B) is known color: Sherpa Blue. HEX triplet: 02, 4A and 4B. RGB value is (2,74,75). Sum of RGB (Red+Green+Blue) = 2+74+75=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #024A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A4B is #FDB5B4. Grayscale: #343434. Windows color (decimal): -16627125 or 4934146. OLE color: 4934146.

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

Color convert

RGB 2 74 75 -
CMYK 0.97 0.01 0 0.71
HSL 180.82º 0.95% 0.15% -
HSV(B) 180.82º 0.97% 0.29% -
XYZ 3.74 5.42 7.51 -
YUV 52.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 2 74 75 0.97 0.01 0 0.71 180.82 0.95 0.15
Hex 2 4A 4B 61 1 0 47 B5 5F F
Octal 2 112 113 141 1 0 107 265 137 17
Binary 10 1001010 1001011 1100001 1 0 1000111 10110101 1011111 1111

Color Harmonies of #024A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A4B

Black with #024A4B

Text Example


Text Example

White with #024A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,75); }

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

background-color css

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

 a { background-color: rgb(2,74,75); }

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

border-color css

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

 span { border-color: rgb(2,74,75); }

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