Shades of Hippie Blue #488994
Tints of Hippie Blue #488994
RGB
CMYK
RGB Variations
Color information
#488994 (or 0x488994) is known color: Hippie Blue. HEX triplet: 48, 89 and 94. RGB value is (72,137,148). Sum of RGB (Red+Green+Blue) = 72+137+148=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #488994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488994 is #B7766B. Grayscale: #767676. Windows color (decimal): -12023404 or 9734472. OLE color: 9734472.
HSL color Cylindrical-coordinate representation of color #488994: hue angle of 188.68º 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 #488994 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 137 | 148 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.42 |
| HSL | 188.68º | 0.35% | 0.43% | - |
| HSV(B) | 188.68º | 0.51% | 0.58% | - |
| XYZ | 16.96 | 21.41 | 31.25 | - |
| YUV | 118.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 148 | 0.51 | 0.07 | 0 | 0.42 | 188.68 | 0.35 | 0.43 |
| Hex | 48 | 89 | 94 | 33 | 7 | 0 | 2A | BD | 23 | 2B |
| Octal | 110 | 211 | 224 | 63 | 7 | 0 | 52 | 275 | 43 | 53 |
| Binary | 1001000 | 10001001 | 10010100 | 110011 | 111 | 0 | 101010 | 10111101 | 100011 | 101011 |
Color Harmonies of #488994
Complementary color
Monochromatic Colors of #488994
Black with #488994
Text Example
Text Example
White with #488994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488994; }
p { color: rgb(72,137,148); }
H1.HeaderClassName
{
color: #488994;
}
.AnyTagClassName
{
color: #488994;
}
</style>
background-color css
<style>
a { background-color: #488994; }
a { background-color: rgb(72,137,148); }
div.DivClassName
{
background-color: #488994;
}
.BgClassName
{
background-color: #488994;
}
</style>
border-color css
<style>
span { border-color: #488994; }
span { border-color: rgb(72,137,148); }
td.TdClassName
{
border-color: #488994;
}
.TagClassName
{
border-color: #488994;
}
</style>