Shades of Hippie Blue #487D9D
Tints of Hippie Blue #487D9D
RGB
CMYK
RGB Variations
Color information
#487D9D (or 0x487D9D) is known color: Hippie Blue. HEX triplet: 48, 7D and 9D. RGB value is (72,125,157). Sum of RGB (Red+Green+Blue) = 72+125+157=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #487D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D9D is #B78262. Grayscale: #707070. Windows color (decimal): -12026467 or 10321224. OLE color: 10321224.
HSL color Cylindrical-coordinate representation of color #487D9D: hue angle of 202.59º 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 #487D9D is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 125 | 157 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.38 |
| HSL | 202.59º | 0.37% | 0.45% | - |
| HSV(B) | 202.59º | 0.54% | 0.62% | - |
| XYZ | 16.09 | 18.48 | 34.62 | - |
| YUV | 112.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 157 | 0.54 | 0.20 | 0 | 0.38 | 202.59 | 0.37 | 0.45 |
| Hex | 48 | 7D | 9D | 36 | 14 | 0 | 26 | CB | 25 | 2D |
| Octal | 110 | 175 | 235 | 66 | 24 | 0 | 46 | 313 | 45 | 55 |
| Binary | 1001000 | 1111101 | 10011101 | 110110 | 10100 | 0 | 100110 | 11001011 | 100101 | 101101 |
Color Harmonies of #487D9D
Complementary color
Monochromatic Colors of #487D9D
Black with #487D9D
Text Example
Text Example
White with #487D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D9D; }
p { color: rgb(72,125,157); }
H1.HeaderClassName
{
color: #487D9D;
}
.AnyTagClassName
{
color: #487D9D;
}
</style>
background-color css
<style>
a { background-color: #487D9D; }
a { background-color: rgb(72,125,157); }
div.DivClassName
{
background-color: #487D9D;
}
.BgClassName
{
background-color: #487D9D;
}
</style>
border-color css
<style>
span { border-color: #487D9D; }
span { border-color: rgb(72,125,157); }
td.TdClassName
{
border-color: #487D9D;
}
.TagClassName
{
border-color: #487D9D;
}
</style>