Html Css Color HEX #024E4A Sherpa Blue

📋 copy color: '#024E4A'

red 2 ◦ green 78 ◦ blue 74

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

Shades of Sherpa Blue #024E4A

Tints of Sherpa Blue #024E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 50.65%

 BLUE value IS 74 (29.3% from 255) = 48.05%

R = 1.3%
G = 50.65%
B = 48.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#024E4A (or 0x024E4A) is known color: Sherpa Blue. HEX triplet: 02, 4E and 4A. RGB value is (2,78,74). Sum of RGB (Red+Green+Blue) = 2+78+74=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #024E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E4A is #FDB1B5. Grayscale: #363636. Windows color (decimal): -16626102 or 4869634. OLE color: 4869634.

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

Color convert

RGB 2 78 74 -
CMYK 0.97 0 0.05 0.69
HSL 176.84º 0.95% 0.16% -
HSV(B) 176.84º 0.97% 0.31% -
XYZ 3.99 5.96 7.42 -
YUV 54.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 2 78 74 0.97 0 0.05 0.69 176.84 0.95 0.16
Hex 2 4E 4A 61 0 5 45 B1 5F 10
Octal 2 116 112 141 0 5 105 261 137 20
Binary 10 1001110 1001010 1100001 0 101 1000101 10110001 1011111 10000

Color Harmonies of #024E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E4A

Black with #024E4A

Text Example


Text Example

White with #024E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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