Shades of Hippie Blue #488891
Tints of Hippie Blue #488891
RGB
CMYK
RGB Variations
Color information
#488891 (or 0x488891) is known color: Hippie Blue. HEX triplet: 48, 88 and 91. RGB value is (72,136,145). Sum of RGB (Red+Green+Blue) = 72+136+145=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #488891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488891 is #B7776E. Grayscale: #757575. Windows color (decimal): -12023663 or 9537608. OLE color: 9537608.
HSL color Cylindrical-coordinate representation of color #488891: hue angle of 187.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488891 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 136 | 145 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.43 |
| HSL | 187.4º | 0.34% | 0.43% | - |
| HSV(B) | 187.4º | 0.5% | 0.57% | - |
| XYZ | 16.59 | 21.03 | 29.97 | - |
| YUV | 117.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 145 | 0.50 | 0.06 | 0 | 0.43 | 187.4 | 0.34 | 0.43 |
| Hex | 48 | 88 | 91 | 32 | 6 | 0 | 2B | BB | 22 | 2B |
| Octal | 110 | 210 | 221 | 62 | 6 | 0 | 53 | 273 | 42 | 53 |
| Binary | 1001000 | 10001000 | 10010001 | 110010 | 110 | 0 | 101011 | 10111011 | 100010 | 101011 |
Color Harmonies of #488891
Complementary color
Monochromatic Colors of #488891
Black with #488891
Text Example
Text Example
White with #488891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488891; }
p { color: rgb(72,136,145); }
H1.HeaderClassName
{
color: #488891;
}
.AnyTagClassName
{
color: #488891;
}
</style>
background-color css
<style>
a { background-color: #488891; }
a { background-color: rgb(72,136,145); }
div.DivClassName
{
background-color: #488891;
}
.BgClassName
{
background-color: #488891;
}
</style>
border-color css
<style>
span { border-color: #488891; }
span { border-color: rgb(72,136,145); }
td.TdClassName
{
border-color: #488891;
}
.TagClassName
{
border-color: #488891;
}
</style>