Html Css Color HEX #08474E Sherpa Blue

📋 copy color: '#08474E'

red 8 ◦ green 71 ◦ blue 78

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

Shades of Sherpa Blue #08474E

Tints of Sherpa Blue #08474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

 BLUE value IS 78 (30.86% from 255) = 49.68%

R = 5.1%
G = 45.22%
B = 49.68%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08474E (or 0x08474E) is known color: 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

RGB 8 71 78 -
CMYK 0.90 0.09 0 0.69
HSL 186º 0.81% 0.17% -
HSV(B) 186º 0.9% 0.31% -
XYZ 3.73 5.11 8 -
YUV 52.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 8 71 78 0.90 0.09 0 0.69 186 0.81 0.17
Hex 8 47 4E 5A 9 0 45 BA 51 11
Octal 10 107 116 132 11 0 105 272 121 21
Binary 1000 1000111 1001110 1011010 1001 0 1000101 10111010 1010001 10001

Color Harmonies of #08474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08474E

Black with #08474E

Text Example


Text Example

White with #08474E

Text Example


Text Example

HTML Codes & Css Web 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>