#02464C

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

Shades of Sherpa Blue #02464C

Tints of Sherpa Blue #02464C

Color information

#02464C (or 0x02464C) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 4C. RGB value is (2,70,76). Sum of RGB (Red+Green+Blue) = 2+70+76=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #02464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02464C is #FDB9B3. Grayscale: #323232. Windows color (decimal): -16628148 or 4998658. OLE color: 4998658.

HSL color Cylindrical-coordinate representation of color #02464C: hue angle of 184.86º 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 #02464C is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB27076-
CMYK0.970.0800.70
HSL184.86º94.87%15.29%-
HSV(B)184.86º97.37%29.8%-
XYZ3.524.927.6-
YUV50.35142.4793.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=1.35%
G=47.30%
B=51.35%

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
Decimal270760.970.0800.70184.8694.8715.29
Hex2464C618046b95ff
Octal210611414110010627113717
Binary101000110100110011000011000010001101011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02464C; }

 p { color: rgb(2,70,76); }

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

<style>
 a { background-color: #02464C; }

 a { background-color: rgb(2,70,76); }

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

<style>
 span { border-color: #02464C; }

 span { border-color: rgb(2,70,76); }

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