Shades of Hippie Blue #488290
Tints of Hippie Blue #488290
RGB
CMYK
RGB Variations
Color information
#488290 (or 0x488290) is known color: Hippie Blue. HEX triplet: 48, 82 and 90. RGB value is (72,130,144). Sum of RGB (Red+Green+Blue) = 72+130+144=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #488290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488290 is #B77D6F. Grayscale: #727272. Windows color (decimal): -12025200 or 9470536. OLE color: 9470536.
HSL color Cylindrical-coordinate representation of color #488290: hue angle of 191.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488290 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 130 | 144 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.44 |
| HSL | 191.67º | 0.33% | 0.42% | - |
| HSV(B) | 191.67º | 0.5% | 0.56% | - |
| XYZ | 15.69 | 19.36 | 29.29 | - |
| YUV | 114.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 144 | 0.50 | 0.10 | 0 | 0.44 | 191.67 | 0.33 | 0.42 |
| Hex | 48 | 82 | 90 | 32 | A | 0 | 2C | C0 | 21 | 2A |
| Octal | 110 | 202 | 220 | 62 | 12 | 0 | 54 | 300 | 41 | 52 |
| Binary | 1001000 | 10000010 | 10010000 | 110010 | 1010 | 0 | 101100 | 11000000 | 100001 | 101010 |
Color Harmonies of #488290
Complementary color
Monochromatic Colors of #488290
Black with #488290
Text Example
Text Example
White with #488290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488290; }
p { color: rgb(72,130,144); }
H1.HeaderClassName
{
color: #488290;
}
.AnyTagClassName
{
color: #488290;
}
</style>
background-color css
<style>
a { background-color: #488290; }
a { background-color: rgb(72,130,144); }
div.DivClassName
{
background-color: #488290;
}
.BgClassName
{
background-color: #488290;
}
</style>
border-color css
<style>
span { border-color: #488290; }
span { border-color: rgb(72,130,144); }
td.TdClassName
{
border-color: #488290;
}
.TagClassName
{
border-color: #488290;
}
</style>