Html Css Color HEX #08494C Sherpa Blue

📋 copy color: '#08494C'

red 8 ◦ green 73 ◦ blue 76

#08494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #08494C

Tints of Sherpa Blue #08494C

RGB

 RED value IS 8 (3.52% from 255) = 5.1%

 GREEN value IS 73 (28.91% from 255) = 46.5%

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 5.1%
G = 46.5%
B = 48.41%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08494C (or 0x08494C) is known color: Sherpa Blue. HEX triplet: 08, 49 and 4C. RGB value is (8,73,76). Sum of RGB (Red+Green+Blue) = 8+73+76=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #08494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08494C is #F7B6B3. Grayscale: #353535. Windows color (decimal): -16234164 or 4999432. OLE color: 4999432.

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

Color convert

RGB 8 73 76 -
CMYK 0.89 0.04 0 0.70
HSL 182.65º 0.81% 0.16% -
HSV(B) 182.65º 0.89% 0.3% -
XYZ 3.79 5.34 7.67 -
YUV 53.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 8 73 76 0.89 0.04 0 0.70 182.65 0.81 0.16
Hex 8 49 4C 59 4 0 46 B7 51 10
Octal 10 111 114 131 4 0 106 267 121 20
Binary 1000 1001001 1001100 1011001 100 0 1000110 10110111 1010001 10000

Color Harmonies of #08494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08494C

Black with #08494C

Text Example


Text Example

White with #08494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08494C;
 }
 .AnyTagClassName
 {
   color: #08494C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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