#02464A

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

Shades of Sherpa Blue #02464A

Tints of Sherpa Blue #02464A

Color information

#02464A (or 0x02464A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 4A. RGB value is (2,70,74). Sum of RGB (Red+Green+Blue) = 2+70+74=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #02464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02464A is #FDB9B5. Grayscale: #323232. Windows color (decimal): -16628150 or 4867586. OLE color: 4867586.

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

Color convert

RGB27074-
CMYK0.970.0500.71
HSL183.33º94.74%14.9%-
HSV(B)183.33º97.3%29.02%-
XYZ3.454.897.24-
YUV50.12141.4793.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=1.37%
G=47.95%
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
Decimal270740.970.0500.71183.3394.7414.9
Hex2464A615047b75ff
Octal21061121415010726713717
Binary10100011010010101100001101010001111011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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