Shades of Hippie Blue #488494
Tints of Hippie Blue #488494
RGB
CMYK
RGB Variations
Color information
#488494 (or 0x488494) is known color: Hippie Blue. HEX triplet: 48, 84 and 94. RGB value is (72,132,148). Sum of RGB (Red+Green+Blue) = 72+132+148=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #488494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488494 is #B77B6B. Grayscale: #737373. Windows color (decimal): -12024684 or 9733192. OLE color: 9733192.
HSL color Cylindrical-coordinate representation of color #488494: hue angle of 192.63º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488494 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 132 | 148 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.42 |
| HSL | 192.63º | 0.35% | 0.43% | - |
| HSV(B) | 192.63º | 0.51% | 0.58% | - |
| XYZ | 16.27 | 20.02 | 31.02 | - |
| YUV | 115.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 148 | 0.51 | 0.11 | 0 | 0.42 | 192.63 | 0.35 | 0.43 |
| Hex | 48 | 84 | 94 | 33 | B | 0 | 2A | C1 | 23 | 2B |
| Octal | 110 | 204 | 224 | 63 | 13 | 0 | 52 | 301 | 43 | 53 |
| Binary | 1001000 | 10000100 | 10010100 | 110011 | 1011 | 0 | 101010 | 11000001 | 100011 | 101011 |
Color Harmonies of #488494
Complementary color
Monochromatic Colors of #488494
Black with #488494
Text Example
Text Example
White with #488494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488494; }
p { color: rgb(72,132,148); }
H1.HeaderClassName
{
color: #488494;
}
.AnyTagClassName
{
color: #488494;
}
</style>
background-color css
<style>
a { background-color: #488494; }
a { background-color: rgb(72,132,148); }
div.DivClassName
{
background-color: #488494;
}
.BgClassName
{
background-color: #488494;
}
</style>
border-color css
<style>
span { border-color: #488494; }
span { border-color: rgb(72,132,148); }
td.TdClassName
{
border-color: #488494;
}
.TagClassName
{
border-color: #488494;
}
</style>