Shades of Hippie Blue #47858F
Tints of Hippie Blue #47858F
RGB
CMYK
RGB Variations
Color information
#47858F (or 0x47858F) is known color: Hippie Blue. HEX triplet: 47, 85 and 8F. RGB value is (71,133,143). Sum of RGB (Red+Green+Blue) = 71+133+143=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #47858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47858F is #B87A70. Grayscale: #737373. Windows color (decimal): -12089969 or 9405767. OLE color: 9405767.
HSL color Cylindrical-coordinate representation of color #47858F: hue angle of 188.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47858F is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 133 | 143 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.44 |
| HSL | 188.33º | 0.34% | 0.42% | - |
| HSV(B) | 188.33º | 0.5% | 0.56% | - |
| XYZ | 15.94 | 20.1 | 29.03 | - |
| YUV | 115.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 143 | 0.50 | 0.07 | 0 | 0.44 | 188.33 | 0.34 | 0.42 |
| Hex | 47 | 85 | 8F | 32 | 7 | 0 | 2C | BC | 22 | 2A |
| Octal | 107 | 205 | 217 | 62 | 7 | 0 | 54 | 274 | 42 | 52 |
| Binary | 1000111 | 10000101 | 10001111 | 110010 | 111 | 0 | 101100 | 10111100 | 100010 | 101010 |
Color Harmonies of #47858F
Complementary color
Monochromatic Colors of #47858F
Black with #47858F
Text Example
Text Example
White with #47858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47858F; }
p { color: rgb(71,133,143); }
H1.HeaderClassName
{
color: #47858F;
}
.AnyTagClassName
{
color: #47858F;
}
</style>
background-color css
<style>
a { background-color: #47858F; }
a { background-color: rgb(71,133,143); }
div.DivClassName
{
background-color: #47858F;
}
.BgClassName
{
background-color: #47858F;
}
</style>
border-color css
<style>
span { border-color: #47858F; }
span { border-color: rgb(71,133,143); }
td.TdClassName
{
border-color: #47858F;
}
.TagClassName
{
border-color: #47858F;
}
</style>