#0A464F

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

Shades of Sherpa Blue #0A464F

Tints of Sherpa Blue #0A464F

Color information

#0A464F (or 0x0A464F) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 46 and 4F. RGB value is (10,70,79). Sum of RGB (Red+Green+Blue) = 10+70+79=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A464F is #F5B9B0. Grayscale: #343434. Windows color (decimal): -16103857 or 5195274. OLE color: 5195274.

HSL color Cylindrical-coordinate representation of color #0A464F: hue angle of 187.83º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A464F is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB107079-
CMYK0.870.1100.69
HSL187.83º77.53%17.45%-
HSV(B)187.83º87.34%30.98%-
XYZ3.735.018.17-
YUV53.09142.6297.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=6.29%
G=44.03%
B=49.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1070790.870.1100.69187.8377.5317.45
HexA464F57B045bc4e11
Octal1210611712713010527411621
Binary101010001101001111101011110110100010110111100100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A464F; }

 p { color: rgb(10,70,79); }

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

<style>
 a { background-color: #0A464F; }

 a { background-color: rgb(10,70,79); }

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

<style>
 span { border-color: #0A464F; }

 span { border-color: rgb(10,70,79); }

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