Shades of Hippie Blue #47839D
Tints of Hippie Blue #47839D
RGB
CMYK
RGB Variations
Color information
#47839D (or 0x47839D) is known color: Hippie Blue. HEX triplet: 47, 83 and 9D. RGB value is (71,131,157). Sum of RGB (Red+Green+Blue) = 71+131+157=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #47839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47839D is #B87C62. Grayscale: #737373. Windows color (decimal): -12090467 or 10322759. OLE color: 10322759.
HSL color Cylindrical-coordinate representation of color #47839D: hue angle of 198.14º 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 #47839D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 131 | 157 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.38 |
| HSL | 198.14º | 0.38% | 0.45% | - |
| HSV(B) | 198.14º | 0.55% | 0.62% | - |
| XYZ | 16.8 | 20.01 | 34.87 | - |
| YUV | 116.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 157 | 0.55 | 0.17 | 0 | 0.38 | 198.14 | 0.38 | 0.45 |
| Hex | 47 | 83 | 9D | 37 | 11 | 0 | 26 | C6 | 26 | 2D |
| Octal | 107 | 203 | 235 | 67 | 21 | 0 | 46 | 306 | 46 | 55 |
| Binary | 1000111 | 10000011 | 10011101 | 110111 | 10001 | 0 | 100110 | 11000110 | 100110 | 101101 |
Color Harmonies of #47839D
Complementary color
Monochromatic Colors of #47839D
Black with #47839D
Text Example
Text Example
White with #47839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47839D; }
p { color: rgb(71,131,157); }
H1.HeaderClassName
{
color: #47839D;
}
.AnyTagClassName
{
color: #47839D;
}
</style>
background-color css
<style>
a { background-color: #47839D; }
a { background-color: rgb(71,131,157); }
div.DivClassName
{
background-color: #47839D;
}
.BgClassName
{
background-color: #47839D;
}
</style>
border-color css
<style>
span { border-color: #47839D; }
span { border-color: rgb(71,131,157); }
td.TdClassName
{
border-color: #47839D;
}
.TagClassName
{
border-color: #47839D;
}
</style>