Shades of Hippie Blue #478699
Tints of Hippie Blue #478699
RGB
CMYK
RGB Variations
Color information
#478699 (or 0x478699) is known color: Hippie Blue. HEX triplet: 47, 86 and 99. RGB value is (71,134,153). Sum of RGB (Red+Green+Blue) = 71+134+153=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #478699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478699 is #B87966. Grayscale: #757575. Windows color (decimal): -12089703 or 10061383. OLE color: 10061383.
HSL color Cylindrical-coordinate representation of color #478699: hue angle of 193.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478699 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 134 | 153 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.4 |
| HSL | 193.9º | 0.37% | 0.44% | - |
| HSV(B) | 193.9º | 0.54% | 0.6% | - |
| XYZ | 16.87 | 20.69 | 33.24 | - |
| YUV | 117.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 153 | 0.54 | 0.12 | 0 | 0.4 | 193.9 | 0.37 | 0.44 |
| Hex | 47 | 86 | 99 | 36 | C | 0 | 28 | C2 | 25 | 2C |
| Octal | 107 | 206 | 231 | 66 | 14 | 0 | 50 | 302 | 45 | 54 |
| Binary | 1000111 | 10000110 | 10011001 | 110110 | 1100 | 0 | 101000 | 11000010 | 100101 | 101100 |
Color Harmonies of #478699
Complementary color
Monochromatic Colors of #478699
Black with #478699
Text Example
Text Example
White with #478699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478699; }
p { color: rgb(71,134,153); }
H1.HeaderClassName
{
color: #478699;
}
.AnyTagClassName
{
color: #478699;
}
</style>
background-color css
<style>
a { background-color: #478699; }
a { background-color: rgb(71,134,153); }
div.DivClassName
{
background-color: #478699;
}
.BgClassName
{
background-color: #478699;
}
</style>
border-color css
<style>
span { border-color: #478699; }
span { border-color: rgb(71,134,153); }
td.TdClassName
{
border-color: #478699;
}
.TagClassName
{
border-color: #478699;
}
</style>