Shades of Hippie Blue #47859F
Tints of Hippie Blue #47859F
RGB
CMYK
RGB Variations
Color information
#47859F (or 0x47859F) is known color: Hippie Blue. HEX triplet: 47, 85 and 9F. RGB value is (71,133,159). Sum of RGB (Red+Green+Blue) = 71+133+159=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #47859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47859F is #B87A60. Grayscale: #757575. Windows color (decimal): -12089953 or 10454343. OLE color: 10454343.
HSL color Cylindrical-coordinate representation of color #47859F: hue angle of 197.73º 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 #47859F is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 133 | 159 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.38 |
| HSL | 197.73º | 0.38% | 0.45% | - |
| HSV(B) | 197.73º | 0.55% | 0.62% | - |
| XYZ | 17.24 | 20.62 | 35.87 | - |
| YUV | 117.43 | 151.46 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 159 | 0.55 | 0.16 | 0 | 0.38 | 197.73 | 0.38 | 0.45 |
| Hex | 47 | 85 | 9F | 37 | 10 | 0 | 26 | C6 | 26 | 2D |
| Octal | 107 | 205 | 237 | 67 | 20 | 0 | 46 | 306 | 46 | 55 |
| Binary | 1000111 | 10000101 | 10011111 | 110111 | 10000 | 0 | 100110 | 11000110 | 100110 | 101101 |
Color Harmonies of #47859F
Complementary color
Monochromatic Colors of #47859F
Black with #47859F
Text Example
Text Example
White with #47859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47859F; }
p { color: rgb(71,133,159); }
H1.HeaderClassName
{
color: #47859F;
}
.AnyTagClassName
{
color: #47859F;
}
</style>
background-color css
<style>
a { background-color: #47859F; }
a { background-color: rgb(71,133,159); }
div.DivClassName
{
background-color: #47859F;
}
.BgClassName
{
background-color: #47859F;
}
</style>
border-color css
<style>
span { border-color: #47859F; }
span { border-color: rgb(71,133,159); }
td.TdClassName
{
border-color: #47859F;
}
.TagClassName
{
border-color: #47859F;
}
</style>