#08474E

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

Shades of Sherpa Blue #08474E

Tints of Sherpa Blue #08474E

Color information

#08474E (or 0x08474E) is unknown color: approx Sherpa Blue. HEX triplet: 08, 47 and 4E. RGB value is (8,71,78). Sum of RGB (Red+Green+Blue) = 8+71+78=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #08474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08474E is #F7B8B1. Grayscale: #343434. Windows color (decimal): -16234674 or 5129992. OLE color: 5129992.

HSL color Cylindrical-coordinate representation of color #08474E: hue angle of 186º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08474E is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB87178-
CMYK0.900.0900.69
HSL186º81.4%16.86%-
HSV(B)186º89.74%30.59%-
XYZ3.735.118-
YUV52.96142.1395.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=5.10%
G=45.22%
B=49.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal871780.900.0900.6918681.416.86
Hex8474E5A9045ba5111
Octal1010711613211010527212121
Binary100010001111001110101101010010100010110111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08474E; }

 p { color: rgb(8,71,78); }

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

<style>
 a { background-color: #08474E; }

 a { background-color: rgb(8,71,78); }

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

<style>
 span { border-color: #08474E; }

 span { border-color: rgb(8,71,78); }

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