Shades of Hippie Blue #487F9F
Tints of Hippie Blue #487F9F
RGB
CMYK
RGB Variations
Color information
#487F9F (or 0x487F9F) is known color: Hippie Blue. HEX triplet: 48, 7F and 9F. RGB value is (72,127,159). Sum of RGB (Red+Green+Blue) = 72+127+159=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #487F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F9F is #B78060. Grayscale: #727272. Windows color (decimal): -12025953 or 10452808. OLE color: 10452808.
HSL color Cylindrical-coordinate representation of color #487F9F: hue angle of 202.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #487F9F is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 127 | 159 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.38 |
| HSL | 202.07º | 0.38% | 0.45% | - |
| HSV(B) | 202.07º | 0.55% | 0.62% | - |
| XYZ | 16.52 | 19.06 | 35.61 | - |
| YUV | 114.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 159 | 0.55 | 0.20 | 0 | 0.38 | 202.07 | 0.38 | 0.45 |
| Hex | 48 | 7F | 9F | 37 | 14 | 0 | 26 | CA | 26 | 2D |
| Octal | 110 | 177 | 237 | 67 | 24 | 0 | 46 | 312 | 46 | 55 |
| Binary | 1001000 | 1111111 | 10011111 | 110111 | 10100 | 0 | 100110 | 11001010 | 100110 | 101101 |
Color Harmonies of #487F9F
Complementary color
Monochromatic Colors of #487F9F
Black with #487F9F
Text Example
Text Example
White with #487F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F9F; }
p { color: rgb(72,127,159); }
H1.HeaderClassName
{
color: #487F9F;
}
.AnyTagClassName
{
color: #487F9F;
}
</style>
background-color css
<style>
a { background-color: #487F9F; }
a { background-color: rgb(72,127,159); }
div.DivClassName
{
background-color: #487F9F;
}
.BgClassName
{
background-color: #487F9F;
}
</style>
border-color css
<style>
span { border-color: #487F9F; }
span { border-color: rgb(72,127,159); }
td.TdClassName
{
border-color: #487F9F;
}
.TagClassName
{
border-color: #487F9F;
}
</style>