Shades of Hippie Blue #488899
Tints of Hippie Blue #488899
RGB
CMYK
RGB Variations
Color information
#488899 (or 0x488899) is known color: Hippie Blue. HEX triplet: 48, 88 and 99. RGB value is (72,136,153). Sum of RGB (Red+Green+Blue) = 72+136+153=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #488899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488899 is #B77766. Grayscale: #767676. Windows color (decimal): -12023655 or 10061896. OLE color: 10061896.
HSL color Cylindrical-coordinate representation of color #488899: hue angle of 192.59º 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 #488899 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 136 | 153 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.4 |
| HSL | 192.59º | 0.36% | 0.44% | - |
| HSV(B) | 192.59º | 0.53% | 0.6% | - |
| XYZ | 17.23 | 21.29 | 33.34 | - |
| YUV | 118.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 153 | 0.53 | 0.11 | 0 | 0.4 | 192.59 | 0.36 | 0.44 |
| Hex | 48 | 88 | 99 | 35 | B | 0 | 28 | C1 | 24 | 2C |
| Octal | 110 | 210 | 231 | 65 | 13 | 0 | 50 | 301 | 44 | 54 |
| Binary | 1001000 | 10001000 | 10011001 | 110101 | 1011 | 0 | 101000 | 11000001 | 100100 | 101100 |
Color Harmonies of #488899
Complementary color
Monochromatic Colors of #488899
Black with #488899
Text Example
Text Example
White with #488899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488899; }
p { color: rgb(72,136,153); }
H1.HeaderClassName
{
color: #488899;
}
.AnyTagClassName
{
color: #488899;
}
</style>
background-color css
<style>
a { background-color: #488899; }
a { background-color: rgb(72,136,153); }
div.DivClassName
{
background-color: #488899;
}
.BgClassName
{
background-color: #488899;
}
</style>
border-color css
<style>
span { border-color: #488899; }
span { border-color: rgb(72,136,153); }
td.TdClassName
{
border-color: #488899;
}
.TagClassName
{
border-color: #488899;
}
</style>