Shades of Hippie Blue #47869C
Tints of Hippie Blue #47869C
RGB
CMYK
RGB Variations
Color information
#47869C (or 0x47869C) is known color: Hippie Blue. HEX triplet: 47, 86 and 9C. RGB value is (71,134,156). Sum of RGB (Red+Green+Blue) = 71+134+156=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #47869C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47869C is #B87963. Grayscale: #757575. Windows color (decimal): -12089700 or 10257991. OLE color: 10257991.
HSL color Cylindrical-coordinate representation of color #47869C: hue angle of 195.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47869C is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 134 | 156 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.39 |
| HSL | 195.53º | 0.37% | 0.45% | - |
| HSV(B) | 195.53º | 0.54% | 0.61% | - |
| XYZ | 17.12 | 20.79 | 34.56 | - |
| YUV | 117.67 | 149.63 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 156 | 0.54 | 0.14 | 0 | 0.39 | 195.53 | 0.37 | 0.45 |
| Hex | 47 | 86 | 9C | 36 | E | 0 | 27 | C4 | 25 | 2D |
| Octal | 107 | 206 | 234 | 66 | 16 | 0 | 47 | 304 | 45 | 55 |
| Binary | 1000111 | 10000110 | 10011100 | 110110 | 1110 | 0 | 100111 | 11000100 | 100101 | 101101 |
Color Harmonies of #47869C
Complementary color
Monochromatic Colors of #47869C
Black with #47869C
Text Example
Text Example
White with #47869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47869C; }
p { color: rgb(71,134,156); }
H1.HeaderClassName
{
color: #47869C;
}
.AnyTagClassName
{
color: #47869C;
}
</style>
background-color css
<style>
a { background-color: #47869C; }
a { background-color: rgb(71,134,156); }
div.DivClassName
{
background-color: #47869C;
}
.BgClassName
{
background-color: #47869C;
}
</style>
border-color css
<style>
span { border-color: #47869C; }
span { border-color: rgb(71,134,156); }
td.TdClassName
{
border-color: #47869C;
}
.TagClassName
{
border-color: #47869C;
}
</style>