#02474B

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

Shades of Sherpa Blue #02474B

Tints of Sherpa Blue #02474B

Color information

#02474B (or 0x02474B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 47 and 4B. RGB value is (2,71,75). Sum of RGB (Red+Green+Blue) = 2+71+75=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #02474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02474B is #FDB8B4. Grayscale: #323232. Windows color (decimal): -16627893 or 4933378. OLE color: 4933378.

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

Color convert

RGB27175-
CMYK0.970.0500.71
HSL183.29º94.81%15.1%-
HSV(B)183.29º97.33%29.41%-
XYZ3.555.037.44-
YUV50.82141.6493.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=1.35%
G=47.97%
B=50.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal271750.970.0500.71183.2994.8115.1
Hex2474B615047b75ff
Octal21071131415010726713717
Binary10100011110010111100001101010001111011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02474B; }

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

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

<style>
 a { background-color: #02474B; }

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

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

<style>
 span { border-color: #02474B; }

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

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