Shades of Hippie Blue #487DA0
Tints of Hippie Blue #487DA0
RGB
CMYK
RGB Variations
Color information
#487DA0 (or 0x487DA0) is known color: Hippie Blue. HEX triplet: 48, 7D and A0. RGB value is (72,125,160). Sum of RGB (Red+Green+Blue) = 72+125+160=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #487DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DA0 is #B7825F. Grayscale: #707070. Windows color (decimal): -12026464 or 10517832. OLE color: 10517832.
HSL color Cylindrical-coordinate representation of color #487DA0: hue angle of 203.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #487DA0 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 125 | 160 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.37 |
| HSL | 203.86º | 0.38% | 0.45% | - |
| HSV(B) | 203.86º | 0.55% | 0.63% | - |
| XYZ | 16.35 | 18.58 | 35.98 | - |
| YUV | 113.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 160 | 0.55 | 0.22 | 0 | 0.37 | 203.86 | 0.38 | 0.45 |
| Hex | 48 | 7D | A0 | 37 | 16 | 0 | 25 | CC | 26 | 2D |
| Octal | 110 | 175 | 240 | 67 | 26 | 0 | 45 | 314 | 46 | 55 |
| Binary | 1001000 | 1111101 | 10100000 | 110111 | 10110 | 0 | 100101 | 11001100 | 100110 | 101101 |
Color Harmonies of #487DA0
Complementary color
Monochromatic Colors of #487DA0
Black with #487DA0
Text Example
Text Example
White with #487DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DA0; }
p { color: rgb(72,125,160); }
H1.HeaderClassName
{
color: #487DA0;
}
.AnyTagClassName
{
color: #487DA0;
}
</style>
background-color css
<style>
a { background-color: #487DA0; }
a { background-color: rgb(72,125,160); }
div.DivClassName
{
background-color: #487DA0;
}
.BgClassName
{
background-color: #487DA0;
}
</style>
border-color css
<style>
span { border-color: #487DA0; }
span { border-color: rgb(72,125,160); }
td.TdClassName
{
border-color: #487DA0;
}
.TagClassName
{
border-color: #487DA0;
}
</style>