Shades of Hippie Blue #488894
Tints of Hippie Blue #488894
RGB
CMYK
RGB Variations
Color information
#488894 (or 0x488894) is known color: Hippie Blue. HEX triplet: 48, 88 and 94. RGB value is (72,136,148). Sum of RGB (Red+Green+Blue) = 72+136+148=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #488894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488894 is #B7776B. Grayscale: #767676. Windows color (decimal): -12023660 or 9734216. OLE color: 9734216.
HSL color Cylindrical-coordinate representation of color #488894: hue angle of 189.47º 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 #488894 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 136 | 148 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.42 |
| HSL | 189.47º | 0.35% | 0.43% | - |
| HSV(B) | 189.47º | 0.51% | 0.58% | - |
| XYZ | 16.82 | 21.12 | 31.21 | - |
| YUV | 118.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 148 | 0.51 | 0.08 | 0 | 0.42 | 189.47 | 0.35 | 0.43 |
| Hex | 48 | 88 | 94 | 33 | 8 | 0 | 2A | BD | 23 | 2B |
| Octal | 110 | 210 | 224 | 63 | 10 | 0 | 52 | 275 | 43 | 53 |
| Binary | 1001000 | 10001000 | 10010100 | 110011 | 1000 | 0 | 101010 | 10111101 | 100011 | 101011 |
Color Harmonies of #488894
Complementary color
Monochromatic Colors of #488894
Black with #488894
Text Example
Text Example
White with #488894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488894; }
p { color: rgb(72,136,148); }
H1.HeaderClassName
{
color: #488894;
}
.AnyTagClassName
{
color: #488894;
}
</style>
background-color css
<style>
a { background-color: #488894; }
a { background-color: rgb(72,136,148); }
div.DivClassName
{
background-color: #488894;
}
.BgClassName
{
background-color: #488894;
}
</style>
border-color css
<style>
span { border-color: #488894; }
span { border-color: rgb(72,136,148); }
td.TdClassName
{
border-color: #488894;
}
.TagClassName
{
border-color: #488894;
}
</style>