#0A4F56

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

Shades of Sherpa Blue #0A4F56

Tints of Sherpa Blue #0A4F56

Color information

#0A4F56 (or 0x0A4F56) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 4F and 56. RGB value is (10,79,86). Sum of RGB (Red+Green+Blue) = 10+79+86=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A4F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4F56 is #F5B0A9. Grayscale: #3B3B3B. Windows color (decimal): -16101546 or 5656330. OLE color: 5656330.

HSL color Cylindrical-coordinate representation of color #0A4F56: hue angle of 185.53º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4F56 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB107986-
CMYK0.880.0800.66
HSL185.53º79.17%18.82%-
HSV(B)185.53º88.37%33.73%-
XYZ4.66.339.78-
YUV59.17143.1492.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=5.71%
G=45.14%
B=49.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1079860.880.0800.66185.5379.1718.82
HexA4F56588042ba4f13
Octal1211712613010010227211723
Binary101010011111010110101100010000100001010111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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