Shades of Hippie Blue #478391
Tints of Hippie Blue #478391
RGB
CMYK
RGB Variations
Color information
#478391 (or 0x478391) is known color: Hippie Blue. HEX triplet: 47, 83 and 91. RGB value is (71,131,145). Sum of RGB (Red+Green+Blue) = 71+131+145=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #478391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478391 is #B87C6E. Grayscale: #727272. Windows color (decimal): -12090479 or 9536327. OLE color: 9536327.
HSL color Cylindrical-coordinate representation of color #478391: hue angle of 191.35º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478391 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 131 | 145 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.43 |
| HSL | 191.35º | 0.34% | 0.42% | - |
| HSV(B) | 191.35º | 0.51% | 0.57% | - |
| XYZ | 15.83 | 19.62 | 29.74 | - |
| YUV | 114.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 145 | 0.51 | 0.10 | 0 | 0.43 | 191.35 | 0.34 | 0.42 |
| Hex | 47 | 83 | 91 | 33 | A | 0 | 2B | BF | 22 | 2A |
| Octal | 107 | 203 | 221 | 63 | 12 | 0 | 53 | 277 | 42 | 52 |
| Binary | 1000111 | 10000011 | 10010001 | 110011 | 1010 | 0 | 101011 | 10111111 | 100010 | 101010 |
Color Harmonies of #478391
Complementary color
Monochromatic Colors of #478391
Black with #478391
Text Example
Text Example
White with #478391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478391; }
p { color: rgb(71,131,145); }
H1.HeaderClassName
{
color: #478391;
}
.AnyTagClassName
{
color: #478391;
}
</style>
background-color css
<style>
a { background-color: #478391; }
a { background-color: rgb(71,131,145); }
div.DivClassName
{
background-color: #478391;
}
.BgClassName
{
background-color: #478391;
}
</style>
border-color css
<style>
span { border-color: #478391; }
span { border-color: rgb(71,131,145); }
td.TdClassName
{
border-color: #478391;
}
.TagClassName
{
border-color: #478391;
}
</style>