Shades of Hippie Blue #478591
Tints of Hippie Blue #478591
RGB
CMYK
RGB Variations
Color information
#478591 (or 0x478591) is known color: Hippie Blue. HEX triplet: 47, 85 and 91. RGB value is (71,133,145). Sum of RGB (Red+Green+Blue) = 71+133+145=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #478591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478591 is #B87A6E. Grayscale: #737373. Windows color (decimal): -12089967 or 9536839. OLE color: 9536839.
HSL color Cylindrical-coordinate representation of color #478591: hue angle of 189.73º 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 #478591 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 133 | 145 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.43 |
| HSL | 189.73º | 0.34% | 0.42% | - |
| HSV(B) | 189.73º | 0.51% | 0.57% | - |
| XYZ | 16.1 | 20.16 | 29.83 | - |
| YUV | 115.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 145 | 0.51 | 0.08 | 0 | 0.43 | 189.73 | 0.34 | 0.42 |
| Hex | 47 | 85 | 91 | 33 | 8 | 0 | 2B | BE | 22 | 2A |
| Octal | 107 | 205 | 221 | 63 | 10 | 0 | 53 | 276 | 42 | 52 |
| Binary | 1000111 | 10000101 | 10010001 | 110011 | 1000 | 0 | 101011 | 10111110 | 100010 | 101010 |
Color Harmonies of #478591
Complementary color
Monochromatic Colors of #478591
Black with #478591
Text Example
Text Example
White with #478591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478591; }
p { color: rgb(71,133,145); }
H1.HeaderClassName
{
color: #478591;
}
.AnyTagClassName
{
color: #478591;
}
</style>
background-color css
<style>
a { background-color: #478591; }
a { background-color: rgb(71,133,145); }
div.DivClassName
{
background-color: #478591;
}
.BgClassName
{
background-color: #478591;
}
</style>
border-color css
<style>
span { border-color: #478591; }
span { border-color: rgb(71,133,145); }
td.TdClassName
{
border-color: #478591;
}
.TagClassName
{
border-color: #478591;
}
</style>