Shades of Hippie Blue #48959D
Tints of Hippie Blue #48959D
RGB
CMYK
RGB Variations
Color information
#48959D (or 0x48959D) is known color: Hippie Blue. HEX triplet: 48, 95 and 9D. RGB value is (72,149,157). Sum of RGB (Red+Green+Blue) = 72+149+157=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #48959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48959D is #B76A62. Grayscale: #7E7E7E. Windows color (decimal): -12020323 or 10327368. OLE color: 10327368.
HSL color Cylindrical-coordinate representation of color #48959D: hue angle of 185.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48959D is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 149 | 157 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.38 |
| HSL | 185.65º | 0.37% | 0.45% | - |
| HSV(B) | 185.65º | 0.54% | 0.62% | - |
| XYZ | 19.51 | 25.31 | 35.75 | - |
| YUV | 126.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 157 | 0.54 | 0.05 | 0 | 0.38 | 185.65 | 0.37 | 0.45 |
| Hex | 48 | 95 | 9D | 36 | 5 | 0 | 26 | BA | 25 | 2D |
| Octal | 110 | 225 | 235 | 66 | 5 | 0 | 46 | 272 | 45 | 55 |
| Binary | 1001000 | 10010101 | 10011101 | 110110 | 101 | 0 | 100110 | 10111010 | 100101 | 101101 |
Color Harmonies of #48959D
Complementary color
Monochromatic Colors of #48959D
Black with #48959D
Text Example
Text Example
White with #48959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48959D; }
p { color: rgb(72,149,157); }
H1.HeaderClassName
{
color: #48959D;
}
.AnyTagClassName
{
color: #48959D;
}
</style>
background-color css
<style>
a { background-color: #48959D; }
a { background-color: rgb(72,149,157); }
div.DivClassName
{
background-color: #48959D;
}
.BgClassName
{
background-color: #48959D;
}
</style>
border-color css
<style>
span { border-color: #48959D; }
span { border-color: rgb(72,149,157); }
td.TdClassName
{
border-color: #48959D;
}
.TagClassName
{
border-color: #48959D;
}
</style>