Shades of Hippie Blue #487C9F
Tints of Hippie Blue #487C9F
RGB
CMYK
RGB Variations
Color information
#487C9F (or 0x487C9F) is known color: Hippie Blue. HEX triplet: 48, 7C and 9F. RGB value is (72,124,159). Sum of RGB (Red+Green+Blue) = 72+124+159=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #487C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C9F is #B78360. Grayscale: #707070. Windows color (decimal): -12026721 or 10452040. OLE color: 10452040.
HSL color Cylindrical-coordinate representation of color #487C9F: hue angle of 204.14º 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 #487C9F is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 124 | 159 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.38 |
| HSL | 204.14º | 0.38% | 0.45% | - |
| HSV(B) | 204.14º | 0.55% | 0.62% | - |
| XYZ | 16.14 | 18.3 | 35.48 | - |
| YUV | 112.44 | 154.27 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 159 | 0.55 | 0.22 | 0 | 0.38 | 204.14 | 0.38 | 0.45 |
| Hex | 48 | 7C | 9F | 37 | 16 | 0 | 26 | CC | 26 | 2D |
| Octal | 110 | 174 | 237 | 67 | 26 | 0 | 46 | 314 | 46 | 55 |
| Binary | 1001000 | 1111100 | 10011111 | 110111 | 10110 | 0 | 100110 | 11001100 | 100110 | 101101 |
Color Harmonies of #487C9F
Complementary color
Monochromatic Colors of #487C9F
Black with #487C9F
Text Example
Text Example
White with #487C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C9F; }
p { color: rgb(72,124,159); }
H1.HeaderClassName
{
color: #487C9F;
}
.AnyTagClassName
{
color: #487C9F;
}
</style>
background-color css
<style>
a { background-color: #487C9F; }
a { background-color: rgb(72,124,159); }
div.DivClassName
{
background-color: #487C9F;
}
.BgClassName
{
background-color: #487C9F;
}
</style>
border-color css
<style>
span { border-color: #487C9F; }
span { border-color: rgb(72,124,159); }
td.TdClassName
{
border-color: #487C9F;
}
.TagClassName
{
border-color: #487C9F;
}
</style>