Shades of Hippie Blue #488491
Tints of Hippie Blue #488491
RGB
CMYK
RGB Variations
Color information
#488491 (or 0x488491) is known color: Hippie Blue. HEX triplet: 48, 84 and 91. RGB value is (72,132,145). Sum of RGB (Red+Green+Blue) = 72+132+145=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #488491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488491 is #B77B6E. Grayscale: #737373. Windows color (decimal): -12024687 or 9536584. OLE color: 9536584.
HSL color Cylindrical-coordinate representation of color #488491: hue angle of 190.68º 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 #488491 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 132 | 145 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.43 |
| HSL | 190.68º | 0.34% | 0.43% | - |
| HSV(B) | 190.68º | 0.5% | 0.57% | - |
| XYZ | 16.03 | 19.92 | 29.79 | - |
| YUV | 115.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 145 | 0.50 | 0.09 | 0 | 0.43 | 190.68 | 0.34 | 0.43 |
| Hex | 48 | 84 | 91 | 32 | 9 | 0 | 2B | BF | 22 | 2B |
| Octal | 110 | 204 | 221 | 62 | 11 | 0 | 53 | 277 | 42 | 53 |
| Binary | 1001000 | 10000100 | 10010001 | 110010 | 1001 | 0 | 101011 | 10111111 | 100010 | 101011 |
Color Harmonies of #488491
Complementary color
Monochromatic Colors of #488491
Black with #488491
Text Example
Text Example
White with #488491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488491; }
p { color: rgb(72,132,145); }
H1.HeaderClassName
{
color: #488491;
}
.AnyTagClassName
{
color: #488491;
}
</style>
background-color css
<style>
a { background-color: #488491; }
a { background-color: rgb(72,132,145); }
div.DivClassName
{
background-color: #488491;
}
.BgClassName
{
background-color: #488491;
}
</style>
border-color css
<style>
span { border-color: #488491; }
span { border-color: rgb(72,132,145); }
td.TdClassName
{
border-color: #488491;
}
.TagClassName
{
border-color: #488491;
}
</style>