Shades of Hippie Blue #487F9D
Tints of Hippie Blue #487F9D
RGB
CMYK
RGB Variations
Color information
#487F9D (or 0x487F9D) is known color: Hippie Blue. HEX triplet: 48, 7F and 9D. RGB value is (72,127,157). Sum of RGB (Red+Green+Blue) = 72+127+157=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #487F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F9D is #B78062. Grayscale: #717171. Windows color (decimal): -12025955 or 10321736. OLE color: 10321736.
HSL color Cylindrical-coordinate representation of color #487F9D: hue angle of 201.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #487F9D is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 127 | 157 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.38 |
| HSL | 201.18º | 0.37% | 0.45% | - |
| HSV(B) | 201.18º | 0.54% | 0.62% | - |
| XYZ | 16.35 | 18.99 | 34.7 | - |
| YUV | 113.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 157 | 0.54 | 0.19 | 0 | 0.38 | 201.18 | 0.37 | 0.45 |
| Hex | 48 | 7F | 9D | 36 | 13 | 0 | 26 | C9 | 25 | 2D |
| Octal | 110 | 177 | 235 | 66 | 23 | 0 | 46 | 311 | 45 | 55 |
| Binary | 1001000 | 1111111 | 10011101 | 110110 | 10011 | 0 | 100110 | 11001001 | 100101 | 101101 |
Color Harmonies of #487F9D
Complementary color
Monochromatic Colors of #487F9D
Black with #487F9D
Text Example
Text Example
White with #487F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F9D; }
p { color: rgb(72,127,157); }
H1.HeaderClassName
{
color: #487F9D;
}
.AnyTagClassName
{
color: #487F9D;
}
</style>
background-color css
<style>
a { background-color: #487F9D; }
a { background-color: rgb(72,127,157); }
div.DivClassName
{
background-color: #487F9D;
}
.BgClassName
{
background-color: #487F9D;
}
</style>
border-color css
<style>
span { border-color: #487F9D; }
span { border-color: rgb(72,127,157); }
td.TdClassName
{
border-color: #487F9D;
}
.TagClassName
{
border-color: #487F9D;
}
</style>