#024F47

Color #024F47 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #024F47

Tints of Sherpa Blue #024F47

Color information

#024F47 (or 0x024F47) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4F and 47. RGB value is (2,79,71). Sum of RGB (Red+Green+Blue) = 2+79+71=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #024F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F47 is #FDB0B8. Grayscale: #373737. Windows color (decimal): -16625849 or 4673282. OLE color: 4673282.

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

Color convert

RGB27971-
CMYK0.9700.100.69
HSL173.77º95.06%15.88%-
HSV(B)173.77º97.47%30.98%-
XYZ3.966.066.92-
YUV55.06136.9990.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 79 (31.25% from 255) = 51.97%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=1.32%
G=51.97%
B=46.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279710.9700.100.69173.7795.0615.88
Hex24F47610A45ae5f10
Octal211710714101210525613720
Binary1010011111000111110000101010100010110101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024F47;
 }
 .AnyTagClassName
 {
   color: #024F47;
 }
</style>
background-color css

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

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

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

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

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

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