Shades of Hippie Blue #478999
Tints of Hippie Blue #478999
RGB
CMYK
RGB Variations
Color information
#478999 (or 0x478999) is known color: Hippie Blue. HEX triplet: 47, 89 and 99. RGB value is (71,137,153). Sum of RGB (Red+Green+Blue) = 71+137+153=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #478999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478999 is #B87666. Grayscale: #767676. Windows color (decimal): -12088935 or 10062151. OLE color: 10062151.
HSL color Cylindrical-coordinate representation of color #478999: hue angle of 191.71º 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 #478999 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 137 | 153 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.4 |
| HSL | 191.71º | 0.37% | 0.44% | - |
| HSV(B) | 191.71º | 0.54% | 0.6% | - |
| XYZ | 17.29 | 21.53 | 33.38 | - |
| YUV | 119.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 153 | 0.54 | 0.10 | 0 | 0.4 | 191.71 | 0.37 | 0.44 |
| Hex | 47 | 89 | 99 | 36 | A | 0 | 28 | C0 | 25 | 2C |
| Octal | 107 | 211 | 231 | 66 | 12 | 0 | 50 | 300 | 45 | 54 |
| Binary | 1000111 | 10001001 | 10011001 | 110110 | 1010 | 0 | 101000 | 11000000 | 100101 | 101100 |
Color Harmonies of #478999
Complementary color
Monochromatic Colors of #478999
Black with #478999
Text Example
Text Example
White with #478999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478999; }
p { color: rgb(71,137,153); }
H1.HeaderClassName
{
color: #478999;
}
.AnyTagClassName
{
color: #478999;
}
</style>
background-color css
<style>
a { background-color: #478999; }
a { background-color: rgb(71,137,153); }
div.DivClassName
{
background-color: #478999;
}
.BgClassName
{
background-color: #478999;
}
</style>
border-color css
<style>
span { border-color: #478999; }
span { border-color: rgb(71,137,153); }
td.TdClassName
{
border-color: #478999;
}
.TagClassName
{
border-color: #478999;
}
</style>