#08464A

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

Shades of Sherpa Blue #08464A

Tints of Sherpa Blue #08464A

Color information

#08464A (or 0x08464A) is unknown color: approx Sherpa Blue. HEX triplet: 08, 46 and 4A. RGB value is (8,70,74). Sum of RGB (Red+Green+Blue) = 8+70+74=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #08464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08464A is #F7B9B5. Grayscale: #333333. Windows color (decimal): -16234934 or 4867592. OLE color: 4867592.

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

Color convert

RGB87074-
CMYK0.890.0500.71
HSL183.64º80.49%16.08%-
HSV(B)183.64º89.19%29.02%-
XYZ3.534.937.24-
YUV51.92140.4696.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=5.26%
G=46.05%
B=48.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal870740.890.0500.71183.6480.4916.08
Hex8464A595047b85010
Octal101061121315010727012020
Binary10001000110100101010110011010100011110111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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