Shades of Hippie Blue #478491
Tints of Hippie Blue #478491
RGB
CMYK
RGB Variations
Color information
#478491 (or 0x478491) is known color: Hippie Blue. HEX triplet: 47, 84 and 91. RGB value is (71,132,145). Sum of RGB (Red+Green+Blue) = 71+132+145=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #478491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478491 is #B87B6E. Grayscale: #737373. Windows color (decimal): -12090223 or 9536583. OLE color: 9536583.
HSL color Cylindrical-coordinate representation of color #478491: hue angle of 190.54º 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 #478491 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 132 | 145 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.43 |
| HSL | 190.54º | 0.34% | 0.42% | - |
| HSV(B) | 190.54º | 0.51% | 0.57% | - |
| XYZ | 15.96 | 19.89 | 29.79 | - |
| YUV | 115.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 132 | 145 | 0.51 | 0.09 | 0 | 0.43 | 190.54 | 0.34 | 0.42 |
| Hex | 47 | 84 | 91 | 33 | 9 | 0 | 2B | BF | 22 | 2A |
| Octal | 107 | 204 | 221 | 63 | 11 | 0 | 53 | 277 | 42 | 52 |
| Binary | 1000111 | 10000100 | 10010001 | 110011 | 1001 | 0 | 101011 | 10111111 | 100010 | 101010 |
Color Harmonies of #478491
Complementary color
Monochromatic Colors of #478491
Black with #478491
Text Example
Text Example
White with #478491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478491; }
p { color: rgb(71,132,145); }
H1.HeaderClassName
{
color: #478491;
}
.AnyTagClassName
{
color: #478491;
}
</style>
background-color css
<style>
a { background-color: #478491; }
a { background-color: rgb(71,132,145); }
div.DivClassName
{
background-color: #478491;
}
.BgClassName
{
background-color: #478491;
}
</style>
border-color css
<style>
span { border-color: #478491; }
span { border-color: rgb(71,132,145); }
td.TdClassName
{
border-color: #478491;
}
.TagClassName
{
border-color: #478491;
}
</style>