Shades of Hippie Blue #487CA0
Tints of Hippie Blue #487CA0
RGB
CMYK
RGB Variations
Color information
#487CA0 (or 0x487CA0) is known color: Hippie Blue. HEX triplet: 48, 7C and A0. RGB value is (72,124,160). Sum of RGB (Red+Green+Blue) = 72+124+160=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #487CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487CA0 is #B7835F. Grayscale: #707070. Windows color (decimal): -12026720 or 10517576. OLE color: 10517576.
HSL color Cylindrical-coordinate representation of color #487CA0: hue angle of 204.55º 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 #487CA0 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 124 | 160 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.37 |
| HSL | 204.55º | 0.38% | 0.45% | - |
| HSV(B) | 204.55º | 0.55% | 0.63% | - |
| XYZ | 16.23 | 18.33 | 35.94 | - |
| YUV | 112.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 160 | 0.55 | 0.22 | 0 | 0.37 | 204.55 | 0.38 | 0.45 |
| Hex | 48 | 7C | A0 | 37 | 16 | 0 | 25 | CD | 26 | 2D |
| Octal | 110 | 174 | 240 | 67 | 26 | 0 | 45 | 315 | 46 | 55 |
| Binary | 1001000 | 1111100 | 10100000 | 110111 | 10110 | 0 | 100101 | 11001101 | 100110 | 101101 |
Color Harmonies of #487CA0
Complementary color
Monochromatic Colors of #487CA0
Black with #487CA0
Text Example
Text Example
White with #487CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CA0; }
p { color: rgb(72,124,160); }
H1.HeaderClassName
{
color: #487CA0;
}
.AnyTagClassName
{
color: #487CA0;
}
</style>
background-color css
<style>
a { background-color: #487CA0; }
a { background-color: rgb(72,124,160); }
div.DivClassName
{
background-color: #487CA0;
}
.BgClassName
{
background-color: #487CA0;
}
</style>
border-color css
<style>
span { border-color: #487CA0; }
span { border-color: rgb(72,124,160); }
td.TdClassName
{
border-color: #487CA0;
}
.TagClassName
{
border-color: #487CA0;
}
</style>