#02474D

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

Shades of Sherpa Blue #02474D

Tints of Sherpa Blue #02474D

Color information

#02474D (or 0x02474D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 47 and 4D. RGB value is (2,71,77). Sum of RGB (Red+Green+Blue) = 2+71+77=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #02474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02474D is #FDB8B2. Grayscale: #323232. Windows color (decimal): -16627891 or 5064450. OLE color: 5064450.

HSL color Cylindrical-coordinate representation of color #02474D: hue angle of 184.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02474D is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB27177-
CMYK0.970.0800.70
HSL184.8º94.94%15.49%-
HSV(B)184.8º97.4%30.2%-
XYZ3.625.067.81-
YUV51.05142.6493.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=1.33%
G=47.33%
B=51.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal271770.970.0800.70184.894.9415.49
Hex2474D618046b95ff
Octal210711514110010627113717
Binary101000111100110111000011000010001101011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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