Shades of Hippie Blue #478F99
Tints of Hippie Blue #478F99
RGB
CMYK
RGB Variations
Color information
#478F99 (or 0x478F99) is known color: Hippie Blue. HEX triplet: 47, 8F and 99. RGB value is (71,143,153). Sum of RGB (Red+Green+Blue) = 71+143+153=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #478F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F99 is #B87066. Grayscale: #7A7A7A. Windows color (decimal): -12087399 or 10063687. OLE color: 10063687.
HSL color Cylindrical-coordinate representation of color #478F99: hue angle of 187.32º 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 #478F99 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 143 | 153 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.4 |
| HSL | 187.32º | 0.37% | 0.44% | - |
| HSV(B) | 187.32º | 0.54% | 0.6% | - |
| XYZ | 18.17 | 23.28 | 33.67 | - |
| YUV | 122.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 153 | 0.54 | 0.07 | 0 | 0.4 | 187.32 | 0.37 | 0.44 |
| Hex | 47 | 8F | 99 | 36 | 7 | 0 | 28 | BB | 25 | 2C |
| Octal | 107 | 217 | 231 | 66 | 7 | 0 | 50 | 273 | 45 | 54 |
| Binary | 1000111 | 10001111 | 10011001 | 110110 | 111 | 0 | 101000 | 10111011 | 100101 | 101100 |
Color Harmonies of #478F99
Complementary color
Monochromatic Colors of #478F99
Black with #478F99
Text Example
Text Example
White with #478F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F99; }
p { color: rgb(71,143,153); }
H1.HeaderClassName
{
color: #478F99;
}
.AnyTagClassName
{
color: #478F99;
}
</style>
background-color css
<style>
a { background-color: #478F99; }
a { background-color: rgb(71,143,153); }
div.DivClassName
{
background-color: #478F99;
}
.BgClassName
{
background-color: #478F99;
}
</style>
border-color css
<style>
span { border-color: #478F99; }
span { border-color: rgb(71,143,153); }
td.TdClassName
{
border-color: #478F99;
}
.TagClassName
{
border-color: #478F99;
}
</style>