Shades of Hippie Blue #47869E
Tints of Hippie Blue #47869E
RGB
CMYK
RGB Variations
Color information
#47869E (or 0x47869E) is known color: Hippie Blue. HEX triplet: 47, 86 and 9E. RGB value is (71,134,158). Sum of RGB (Red+Green+Blue) = 71+134+158=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #47869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47869E is #B87961. Grayscale: #757575. Windows color (decimal): -12089698 or 10389063. OLE color: 10389063.
HSL color Cylindrical-coordinate representation of color #47869E: hue angle of 196.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47869E is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 134 | 158 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.38 |
| HSL | 196.55º | 0.38% | 0.45% | - |
| HSV(B) | 196.55º | 0.55% | 0.62% | - |
| XYZ | 17.3 | 20.86 | 35.46 | - |
| YUV | 117.9 | 150.63 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 158 | 0.55 | 0.15 | 0 | 0.38 | 196.55 | 0.38 | 0.45 |
| Hex | 47 | 86 | 9E | 37 | F | 0 | 26 | C5 | 26 | 2D |
| Octal | 107 | 206 | 236 | 67 | 17 | 0 | 46 | 305 | 46 | 55 |
| Binary | 1000111 | 10000110 | 10011110 | 110111 | 1111 | 0 | 100110 | 11000101 | 100110 | 101101 |
Color Harmonies of #47869E
Complementary color
Monochromatic Colors of #47869E
Black with #47869E
Text Example
Text Example
White with #47869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47869E; }
p { color: rgb(71,134,158); }
H1.HeaderClassName
{
color: #47869E;
}
.AnyTagClassName
{
color: #47869E;
}
</style>
background-color css
<style>
a { background-color: #47869E; }
a { background-color: rgb(71,134,158); }
div.DivClassName
{
background-color: #47869E;
}
.BgClassName
{
background-color: #47869E;
}
</style>
border-color css
<style>
span { border-color: #47869E; }
span { border-color: rgb(71,134,158); }
td.TdClassName
{
border-color: #47869E;
}
.TagClassName
{
border-color: #47869E;
}
</style>