#08464B

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

Shades of Sherpa Blue #08464B

Tints of Sherpa Blue #08464B

Color information

#08464B (or 0x08464B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 46 and 4B. RGB value is (8,70,75). Sum of RGB (Red+Green+Blue) = 8+70+75=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #08464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08464B is #F7B9B4. Grayscale: #333333. Windows color (decimal): -16234933 or 4933128. OLE color: 4933128.

HSL color Cylindrical-coordinate representation of color #08464B: hue angle of 184.48º 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 #08464B is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB87075-
CMYK0.890.0700.71
HSL184.48º80.72%16.27%-
HSV(B)184.48º89.33%29.41%-
XYZ3.564.947.42-
YUV52.03140.9696.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=5.23%
G=45.75%
B=49.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal870750.890.0700.71184.4880.7216.27
Hex8464B597047b85110
Octal101061131317010727012120
Binary10001000110100101110110011110100011110111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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