Shades of Hippie Blue #48819D
Tints of Hippie Blue #48819D
RGB
CMYK
RGB Variations
Color information
#48819D (or 0x48819D) is known color: Hippie Blue. HEX triplet: 48, 81 and 9D. RGB value is (72,129,157). Sum of RGB (Red+Green+Blue) = 72+129+157=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #48819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48819D is #B77E62. Grayscale: #727272. Windows color (decimal): -12025443 or 10322248. OLE color: 10322248.
HSL color Cylindrical-coordinate representation of color #48819D: hue angle of 199.76º 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 #48819D is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 129 | 157 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.38 |
| HSL | 199.76º | 0.37% | 0.45% | - |
| HSV(B) | 199.76º | 0.54% | 0.62% | - |
| XYZ | 16.61 | 19.51 | 34.79 | - |
| YUV | 115.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 157 | 0.54 | 0.18 | 0 | 0.38 | 199.76 | 0.37 | 0.45 |
| Hex | 48 | 81 | 9D | 36 | 12 | 0 | 26 | C8 | 25 | 2D |
| Octal | 110 | 201 | 235 | 66 | 22 | 0 | 46 | 310 | 45 | 55 |
| Binary | 1001000 | 10000001 | 10011101 | 110110 | 10010 | 0 | 100110 | 11001000 | 100101 | 101101 |
Color Harmonies of #48819D
Complementary color
Monochromatic Colors of #48819D
Black with #48819D
Text Example
Text Example
White with #48819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48819D; }
p { color: rgb(72,129,157); }
H1.HeaderClassName
{
color: #48819D;
}
.AnyTagClassName
{
color: #48819D;
}
</style>
background-color css
<style>
a { background-color: #48819D; }
a { background-color: rgb(72,129,157); }
div.DivClassName
{
background-color: #48819D;
}
.BgClassName
{
background-color: #48819D;
}
</style>
border-color css
<style>
span { border-color: #48819D; }
span { border-color: rgb(72,129,157); }
td.TdClassName
{
border-color: #48819D;
}
.TagClassName
{
border-color: #48819D;
}
</style>