Html Css Color HEX #024A4F Sherpa Blue

📋 copy color: '#024A4F'

red 2 ◦ green 74 ◦ blue 79

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

Shades of Sherpa Blue #024A4F

Tints of Sherpa Blue #024A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 50.97%

R = 1.29%
G = 47.74%
B = 50.97%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#024A4F (or 0x024A4F) is known color: Sherpa Blue. HEX triplet: 02, 4A and 4F. RGB value is (2,74,79). Sum of RGB (Red+Green+Blue) = 2+74+79=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #024A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A4F is #FDB5B0. Grayscale: #343434. Windows color (decimal): -16627121 or 5196290. OLE color: 5196290.

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

Color convert

RGB 2 74 79 -
CMYK 0.97 0.06 0 0.69
HSL 183.9º 0.95% 0.16% -
HSV(B) 183.9º 0.97% 0.31% -
XYZ 3.89 5.47 8.25 -
YUV 53.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 2 74 79 0.97 0.06 0 0.69 183.9 0.95 0.16
Hex 2 4A 4F 61 6 0 45 B8 5F 10
Octal 2 112 117 141 6 0 105 270 137 20
Binary 10 1001010 1001111 1100001 110 0 1000101 10111000 1011111 10000

Color Harmonies of #024A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A4F

Black with #024A4F

Text Example


Text Example

White with #024A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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