Shades of Hippie Blue #47809C
Tints of Hippie Blue #47809C
RGB
CMYK
RGB Variations
Color information
#47809C (or 0x47809C) is known color: Hippie Blue. HEX triplet: 47, 80 and 9C. RGB value is (71,128,156). Sum of RGB (Red+Green+Blue) = 71+128+156=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #47809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47809C is #B87F63. Grayscale: #717171. Windows color (decimal): -12091236 or 10256455. OLE color: 10256455.
HSL color Cylindrical-coordinate representation of color #47809C: hue angle of 199.76º 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 #47809C is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 128 | 156 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.39 |
| HSL | 199.76º | 0.37% | 0.45% | - |
| HSV(B) | 199.76º | 0.54% | 0.61% | - |
| XYZ | 16.32 | 19.18 | 34.29 | - |
| YUV | 114.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 156 | 0.54 | 0.18 | 0 | 0.39 | 199.76 | 0.37 | 0.45 |
| Hex | 47 | 80 | 9C | 36 | 12 | 0 | 27 | C8 | 25 | 2D |
| Octal | 107 | 200 | 234 | 66 | 22 | 0 | 47 | 310 | 45 | 55 |
| Binary | 1000111 | 10000000 | 10011100 | 110110 | 10010 | 0 | 100111 | 11001000 | 100101 | 101101 |
Color Harmonies of #47809C
Complementary color
Monochromatic Colors of #47809C
Black with #47809C
Text Example
Text Example
White with #47809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47809C; }
p { color: rgb(71,128,156); }
H1.HeaderClassName
{
color: #47809C;
}
.AnyTagClassName
{
color: #47809C;
}
</style>
background-color css
<style>
a { background-color: #47809C; }
a { background-color: rgb(71,128,156); }
div.DivClassName
{
background-color: #47809C;
}
.BgClassName
{
background-color: #47809C;
}
</style>
border-color css
<style>
span { border-color: #47809C; }
span { border-color: rgb(71,128,156); }
td.TdClassName
{
border-color: #47809C;
}
.TagClassName
{
border-color: #47809C;
}
</style>