Shades of Hippie Blue #488995
Tints of Hippie Blue #488995
RGB
CMYK
RGB Variations
Color information
#488995 (or 0x488995) is known color: Hippie Blue. HEX triplet: 48, 89 and 95. RGB value is (72,137,149). Sum of RGB (Red+Green+Blue) = 72+137+149=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #488995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488995 is #B7766A. Grayscale: #767676. Windows color (decimal): -12023403 or 9800008. OLE color: 9800008.
HSL color Cylindrical-coordinate representation of color #488995: hue angle of 189.35º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488995 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 137 | 149 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.42 |
| HSL | 189.35º | 0.35% | 0.43% | - |
| HSV(B) | 189.35º | 0.52% | 0.58% | - |
| XYZ | 17.04 | 21.44 | 31.67 | - |
| YUV | 118.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 149 | 0.52 | 0.08 | 0 | 0.42 | 189.35 | 0.35 | 0.43 |
| Hex | 48 | 89 | 95 | 34 | 8 | 0 | 2A | BD | 23 | 2B |
| Octal | 110 | 211 | 225 | 64 | 10 | 0 | 52 | 275 | 43 | 53 |
| Binary | 1001000 | 10001001 | 10010101 | 110100 | 1000 | 0 | 101010 | 10111101 | 100011 | 101011 |
Color Harmonies of #488995
Complementary color
Monochromatic Colors of #488995
Black with #488995
Text Example
Text Example
White with #488995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488995; }
p { color: rgb(72,137,149); }
H1.HeaderClassName
{
color: #488995;
}
.AnyTagClassName
{
color: #488995;
}
</style>
background-color css
<style>
a { background-color: #488995; }
a { background-color: rgb(72,137,149); }
div.DivClassName
{
background-color: #488995;
}
.BgClassName
{
background-color: #488995;
}
</style>
border-color css
<style>
span { border-color: #488995; }
span { border-color: rgb(72,137,149); }
td.TdClassName
{
border-color: #488995;
}
.TagClassName
{
border-color: #488995;
}
</style>