Shades of Hippie Blue #488F99
Tints of Hippie Blue #488F99
RGB
CMYK
RGB Variations
Color information
#488F99 (or 0x488F99) is known color: Hippie Blue. HEX triplet: 48, 8F and 99. RGB value is (72,143,153). Sum of RGB (Red+Green+Blue) = 72+143+153=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #488F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F99 is #B77066. Grayscale: #7A7A7A. Windows color (decimal): -12021863 or 10063688. OLE color: 10063688.
HSL color Cylindrical-coordinate representation of color #488F99: hue angle of 187.41º 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 #488F99 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 143 | 153 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.4 |
| HSL | 187.41º | 0.36% | 0.44% | - |
| HSV(B) | 187.41º | 0.53% | 0.6% | - |
| XYZ | 18.24 | 23.32 | 33.68 | - |
| YUV | 122.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 153 | 0.53 | 0.07 | 0 | 0.4 | 187.41 | 0.36 | 0.44 |
| Hex | 48 | 8F | 99 | 35 | 7 | 0 | 28 | BB | 24 | 2C |
| Octal | 110 | 217 | 231 | 65 | 7 | 0 | 50 | 273 | 44 | 54 |
| Binary | 1001000 | 10001111 | 10011001 | 110101 | 111 | 0 | 101000 | 10111011 | 100100 | 101100 |
Color Harmonies of #488F99
Complementary color
Monochromatic Colors of #488F99
Black with #488F99
Text Example
Text Example
White with #488F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F99; }
p { color: rgb(72,143,153); }
H1.HeaderClassName
{
color: #488F99;
}
.AnyTagClassName
{
color: #488F99;
}
</style>
background-color css
<style>
a { background-color: #488F99; }
a { background-color: rgb(72,143,153); }
div.DivClassName
{
background-color: #488F99;
}
.BgClassName
{
background-color: #488F99;
}
</style>
border-color css
<style>
span { border-color: #488F99; }
span { border-color: rgb(72,143,153); }
td.TdClassName
{
border-color: #488F99;
}
.TagClassName
{
border-color: #488F99;
}
</style>