Shades of Hippie Blue #48849D
Tints of Hippie Blue #48849D
RGB
CMYK
RGB Variations
Color information
#48849D (or 0x48849D) is known color: Hippie Blue. HEX triplet: 48, 84 and 9D. RGB value is (72,132,157). Sum of RGB (Red+Green+Blue) = 72+132+157=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #48849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48849D is #B77B62. Grayscale: #747474. Windows color (decimal): -12024675 or 10323016. OLE color: 10323016.
HSL color Cylindrical-coordinate representation of color #48849D: hue angle of 197.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 #48849D is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 132 | 157 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.38 |
| HSL | 197.65º | 0.37% | 0.45% | - |
| HSV(B) | 197.65º | 0.54% | 0.62% | - |
| XYZ | 17.01 | 20.31 | 34.92 | - |
| YUV | 116.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 157 | 0.54 | 0.16 | 0 | 0.38 | 197.65 | 0.37 | 0.45 |
| Hex | 48 | 84 | 9D | 36 | 10 | 0 | 26 | C6 | 25 | 2D |
| Octal | 110 | 204 | 235 | 66 | 20 | 0 | 46 | 306 | 45 | 55 |
| Binary | 1001000 | 10000100 | 10011101 | 110110 | 10000 | 0 | 100110 | 11000110 | 100101 | 101101 |
Color Harmonies of #48849D
Complementary color
Monochromatic Colors of #48849D
Black with #48849D
Text Example
Text Example
White with #48849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48849D; }
p { color: rgb(72,132,157); }
H1.HeaderClassName
{
color: #48849D;
}
.AnyTagClassName
{
color: #48849D;
}
</style>
background-color css
<style>
a { background-color: #48849D; }
a { background-color: rgb(72,132,157); }
div.DivClassName
{
background-color: #48849D;
}
.BgClassName
{
background-color: #48849D;
}
</style>
border-color css
<style>
span { border-color: #48849D; }
span { border-color: rgb(72,132,157); }
td.TdClassName
{
border-color: #48849D;
}
.TagClassName
{
border-color: #48849D;
}
</style>