Shades of Hippie Blue #488291
Tints of Hippie Blue #488291
RGB
CMYK
RGB Variations
Color information
#488291 (or 0x488291) is known color: Hippie Blue. HEX triplet: 48, 82 and 91. RGB value is (72,130,145). Sum of RGB (Red+Green+Blue) = 72+130+145=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #488291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488291 is #B77D6E. Grayscale: #727272. Windows color (decimal): -12025199 or 9536072. OLE color: 9536072.
HSL color Cylindrical-coordinate representation of color #488291: hue angle of 192.33º 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 #488291 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 130 | 145 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.43 |
| HSL | 192.33º | 0.34% | 0.43% | - |
| HSV(B) | 192.33º | 0.5% | 0.57% | - |
| XYZ | 15.77 | 19.39 | 29.7 | - |
| YUV | 114.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 145 | 0.50 | 0.10 | 0 | 0.43 | 192.33 | 0.34 | 0.43 |
| Hex | 48 | 82 | 91 | 32 | A | 0 | 2B | C0 | 22 | 2B |
| Octal | 110 | 202 | 221 | 62 | 12 | 0 | 53 | 300 | 42 | 53 |
| Binary | 1001000 | 10000010 | 10010001 | 110010 | 1010 | 0 | 101011 | 11000000 | 100010 | 101011 |
Color Harmonies of #488291
Complementary color
Monochromatic Colors of #488291
Black with #488291
Text Example
Text Example
White with #488291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488291; }
p { color: rgb(72,130,145); }
H1.HeaderClassName
{
color: #488291;
}
.AnyTagClassName
{
color: #488291;
}
</style>
background-color css
<style>
a { background-color: #488291; }
a { background-color: rgb(72,130,145); }
div.DivClassName
{
background-color: #488291;
}
.BgClassName
{
background-color: #488291;
}
</style>
border-color css
<style>
span { border-color: #488291; }
span { border-color: rgb(72,130,145); }
td.TdClassName
{
border-color: #488291;
}
.TagClassName
{
border-color: #488291;
}
</style>