#08494B

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

Shades of Sherpa Blue #08494B

Tints of Sherpa Blue #08494B

Color information

#08494B (or 0x08494B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 49 and 4B. RGB value is (8,73,75). Sum of RGB (Red+Green+Blue) = 8+73+75=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #08494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08494B is #F7B6B4. Grayscale: #353535. Windows color (decimal): -16234165 or 4933896. OLE color: 4933896.

HSL color Cylindrical-coordinate representation of color #08494B: hue angle of 181.79º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08494B is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB87375-
CMYK0.890.0300.71
HSL181.79º80.72%16.27%-
HSV(B)181.79º89.33%29.41%-
XYZ3.755.327.49-
YUV53.79139.9795.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=5.13%
G=46.79%
B=48.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873750.890.0300.71181.7980.7216.27
Hex8494B593047b65110
Octal101111131313010726612120
Binary1000100100110010111011001110100011110110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08494B; }

 p { color: rgb(8,73,75); }

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

<style>
 a { background-color: #08494B; }

 a { background-color: rgb(8,73,75); }

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

<style>
 span { border-color: #08494B; }

 span { border-color: rgb(8,73,75); }

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