Shades of Hippie Blue #48899A
Tints of Hippie Blue #48899A
RGB
CMYK
RGB Variations
Color information
#48899A (or 0x48899A) is known color: Hippie Blue. HEX triplet: 48, 89 and 9A. RGB value is (72,137,154). Sum of RGB (Red+Green+Blue) = 72+137+154=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #48899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48899A is #B77665. Grayscale: #777777. Windows color (decimal): -12023398 or 10127688. OLE color: 10127688.
HSL color Cylindrical-coordinate representation of color #48899A: hue angle of 192.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48899A is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 137 | 154 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.40 |
| HSL | 192.44º | 0.36% | 0.44% | - |
| HSV(B) | 192.44º | 0.53% | 0.6% | - |
| XYZ | 17.45 | 21.6 | 33.82 | - |
| YUV | 119.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 154 | 0.53 | 0.11 | 0 | 0.40 | 192.44 | 0.36 | 0.44 |
| Hex | 48 | 89 | 9A | 35 | B | 0 | 28 | C0 | 24 | 2C |
| Octal | 110 | 211 | 232 | 65 | 13 | 0 | 50 | 300 | 44 | 54 |
| Binary | 1001000 | 10001001 | 10011010 | 110101 | 1011 | 0 | 101000 | 11000000 | 100100 | 101100 |
Color Harmonies of #48899A
Complementary color
Monochromatic Colors of #48899A
Black with #48899A
Text Example
Text Example
White with #48899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48899A; }
p { color: rgb(72,137,154); }
H1.HeaderClassName
{
color: #48899A;
}
.AnyTagClassName
{
color: #48899A;
}
</style>
background-color css
<style>
a { background-color: #48899A; }
a { background-color: rgb(72,137,154); }
div.DivClassName
{
background-color: #48899A;
}
.BgClassName
{
background-color: #48899A;
}
</style>
border-color css
<style>
span { border-color: #48899A; }
span { border-color: rgb(72,137,154); }
td.TdClassName
{
border-color: #48899A;
}
.TagClassName
{
border-color: #48899A;
}
</style>