Shades of Hippie Blue #48859D
Tints of Hippie Blue #48859D
RGB
CMYK
RGB Variations
Color information
#48859D (or 0x48859D) is known color: Hippie Blue. HEX triplet: 48, 85 and 9D. RGB value is (72,133,157). Sum of RGB (Red+Green+Blue) = 72+133+157=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #48859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48859D is #B77A62. Grayscale: #757575. Windows color (decimal): -12024419 or 10323272. OLE color: 10323272.
HSL color Cylindrical-coordinate representation of color #48859D: hue angle of 196.94º 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 #48859D is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 133 | 157 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.38 |
| HSL | 196.94º | 0.37% | 0.45% | - |
| HSV(B) | 196.94º | 0.54% | 0.62% | - |
| XYZ | 17.15 | 20.59 | 34.97 | - |
| YUV | 117.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 157 | 0.54 | 0.15 | 0 | 0.38 | 196.94 | 0.37 | 0.45 |
| Hex | 48 | 85 | 9D | 36 | F | 0 | 26 | C5 | 25 | 2D |
| Octal | 110 | 205 | 235 | 66 | 17 | 0 | 46 | 305 | 45 | 55 |
| Binary | 1001000 | 10000101 | 10011101 | 110110 | 1111 | 0 | 100110 | 11000101 | 100101 | 101101 |
Color Harmonies of #48859D
Complementary color
Monochromatic Colors of #48859D
Black with #48859D
Text Example
Text Example
White with #48859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48859D; }
p { color: rgb(72,133,157); }
H1.HeaderClassName
{
color: #48859D;
}
.AnyTagClassName
{
color: #48859D;
}
</style>
background-color css
<style>
a { background-color: #48859D; }
a { background-color: rgb(72,133,157); }
div.DivClassName
{
background-color: #48859D;
}
.BgClassName
{
background-color: #48859D;
}
</style>
border-color css
<style>
span { border-color: #48859D; }
span { border-color: rgb(72,133,157); }
td.TdClassName
{
border-color: #48859D;
}
.TagClassName
{
border-color: #48859D;
}
</style>