Shades of Hippie Blue #47848F
Tints of Hippie Blue #47848F
RGB
CMYK
RGB Variations
Color information
#47848F (or 0x47848F) is known color: Hippie Blue. HEX triplet: 47, 84 and 8F. RGB value is (71,132,143). Sum of RGB (Red+Green+Blue) = 71+132+143=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #47848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47848F is #B87B70. Grayscale: #727272. Windows color (decimal): -12090225 or 9405511. OLE color: 9405511.
HSL color Cylindrical-coordinate representation of color #47848F: hue angle of 189.17º 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 #47848F is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 132 | 143 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.44 |
| HSL | 189.17º | 0.34% | 0.42% | - |
| HSV(B) | 189.17º | 0.5% | 0.56% | - |
| XYZ | 15.81 | 19.83 | 28.98 | - |
| YUV | 115.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 132 | 143 | 0.50 | 0.08 | 0 | 0.44 | 189.17 | 0.34 | 0.42 |
| Hex | 47 | 84 | 8F | 32 | 8 | 0 | 2C | BD | 22 | 2A |
| Octal | 107 | 204 | 217 | 62 | 10 | 0 | 54 | 275 | 42 | 52 |
| Binary | 1000111 | 10000100 | 10001111 | 110010 | 1000 | 0 | 101100 | 10111101 | 100010 | 101010 |
Color Harmonies of #47848F
Complementary color
Monochromatic Colors of #47848F
Black with #47848F
Text Example
Text Example
White with #47848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47848F; }
p { color: rgb(71,132,143); }
H1.HeaderClassName
{
color: #47848F;
}
.AnyTagClassName
{
color: #47848F;
}
</style>
background-color css
<style>
a { background-color: #47848F; }
a { background-color: rgb(71,132,143); }
div.DivClassName
{
background-color: #47848F;
}
.BgClassName
{
background-color: #47848F;
}
</style>
border-color css
<style>
span { border-color: #47848F; }
span { border-color: rgb(71,132,143); }
td.TdClassName
{
border-color: #47848F;
}
.TagClassName
{
border-color: #47848F;
}
</style>