Shades of Hippie Blue #488896
Tints of Hippie Blue #488896
RGB
CMYK
RGB Variations
Color information
#488896 (or 0x488896) is known color: Hippie Blue. HEX triplet: 48, 88 and 96. RGB value is (72,136,150). Sum of RGB (Red+Green+Blue) = 72+136+150=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #488896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488896 is #B77769. Grayscale: #767676. Windows color (decimal): -12023658 or 9865288. OLE color: 9865288.
HSL color Cylindrical-coordinate representation of color #488896: hue angle of 190.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488896 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 136 | 150 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.41 |
| HSL | 190.77º | 0.35% | 0.44% | - |
| HSV(B) | 190.77º | 0.52% | 0.59% | - |
| XYZ | 16.98 | 21.19 | 32.05 | - |
| YUV | 118.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 150 | 0.52 | 0.09 | 0 | 0.41 | 190.77 | 0.35 | 0.44 |
| Hex | 48 | 88 | 96 | 34 | 9 | 0 | 29 | BF | 23 | 2C |
| Octal | 110 | 210 | 226 | 64 | 11 | 0 | 51 | 277 | 43 | 54 |
| Binary | 1001000 | 10001000 | 10010110 | 110100 | 1001 | 0 | 101001 | 10111111 | 100011 | 101100 |
Color Harmonies of #488896
Complementary color
Monochromatic Colors of #488896
Black with #488896
Text Example
Text Example
White with #488896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488896; }
p { color: rgb(72,136,150); }
H1.HeaderClassName
{
color: #488896;
}
.AnyTagClassName
{
color: #488896;
}
</style>
background-color css
<style>
a { background-color: #488896; }
a { background-color: rgb(72,136,150); }
div.DivClassName
{
background-color: #488896;
}
.BgClassName
{
background-color: #488896;
}
</style>
border-color css
<style>
span { border-color: #488896; }
span { border-color: rgb(72,136,150); }
td.TdClassName
{
border-color: #488896;
}
.TagClassName
{
border-color: #488896;
}
</style>