Shades of Hippie Blue #48899C
Tints of Hippie Blue #48899C
RGB
CMYK
RGB Variations
Color information
#48899C (or 0x48899C) is known color: Hippie Blue. HEX triplet: 48, 89 and 9C. RGB value is (72,137,156). Sum of RGB (Red+Green+Blue) = 72+137+156=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #48899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48899C is #B77663. Grayscale: #777777. Windows color (decimal): -12023396 or 10258760. OLE color: 10258760.
HSL color Cylindrical-coordinate representation of color #48899C: hue angle of 193.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48899C is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 137 | 156 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.39 |
| HSL | 193.57º | 0.37% | 0.45% | - |
| HSV(B) | 193.57º | 0.54% | 0.61% | - |
| XYZ | 17.62 | 21.67 | 34.71 | - |
| YUV | 119.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 156 | 0.54 | 0.12 | 0 | 0.39 | 193.57 | 0.37 | 0.45 |
| Hex | 48 | 89 | 9C | 36 | C | 0 | 27 | C2 | 25 | 2D |
| Octal | 110 | 211 | 234 | 66 | 14 | 0 | 47 | 302 | 45 | 55 |
| Binary | 1001000 | 10001001 | 10011100 | 110110 | 1100 | 0 | 100111 | 11000010 | 100101 | 101101 |
Color Harmonies of #48899C
Complementary color
Monochromatic Colors of #48899C
Black with #48899C
Text Example
Text Example
White with #48899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48899C; }
p { color: rgb(72,137,156); }
H1.HeaderClassName
{
color: #48899C;
}
.AnyTagClassName
{
color: #48899C;
}
</style>
background-color css
<style>
a { background-color: #48899C; }
a { background-color: rgb(72,137,156); }
div.DivClassName
{
background-color: #48899C;
}
.BgClassName
{
background-color: #48899C;
}
</style>
border-color css
<style>
span { border-color: #48899C; }
span { border-color: rgb(72,137,156); }
td.TdClassName
{
border-color: #48899C;
}
.TagClassName
{
border-color: #48899C;
}
</style>