Shades of Hippie Blue #488D98
Tints of Hippie Blue #488D98
RGB
CMYK
RGB Variations
Color information
#488D98 (or 0x488D98) is known color: Hippie Blue. HEX triplet: 48, 8D and 98. RGB value is (72,141,152). Sum of RGB (Red+Green+Blue) = 72+141+152=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #488D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D98 is #B77267. Grayscale: #797979. Windows color (decimal): -12022376 or 9997640. OLE color: 9997640.
HSL color Cylindrical-coordinate representation of color #488D98: hue angle of 188.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #488D98 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 141 | 152 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.40 |
| HSL | 188.25º | 0.36% | 0.44% | - |
| HSV(B) | 188.25º | 0.53% | 0.6% | - |
| XYZ | 17.86 | 22.69 | 33.14 | - |
| YUV | 121.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 152 | 0.53 | 0.07 | 0 | 0.40 | 188.25 | 0.36 | 0.44 |
| Hex | 48 | 8D | 98 | 35 | 7 | 0 | 28 | BC | 24 | 2C |
| Octal | 110 | 215 | 230 | 65 | 7 | 0 | 50 | 274 | 44 | 54 |
| Binary | 1001000 | 10001101 | 10011000 | 110101 | 111 | 0 | 101000 | 10111100 | 100100 | 101100 |
Color Harmonies of #488D98
Complementary color
Monochromatic Colors of #488D98
Black with #488D98
Text Example
Text Example
White with #488D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D98; }
p { color: rgb(72,141,152); }
H1.HeaderClassName
{
color: #488D98;
}
.AnyTagClassName
{
color: #488D98;
}
</style>
background-color css
<style>
a { background-color: #488D98; }
a { background-color: rgb(72,141,152); }
div.DivClassName
{
background-color: #488D98;
}
.BgClassName
{
background-color: #488D98;
}
</style>
border-color css
<style>
span { border-color: #488D98; }
span { border-color: rgb(72,141,152); }
td.TdClassName
{
border-color: #488D98;
}
.TagClassName
{
border-color: #488D98;
}
</style>