Shades of Hippie Blue #48829D
Tints of Hippie Blue #48829D
RGB
CMYK
RGB Variations
Color information
#48829D (or 0x48829D) is known color: Hippie Blue. HEX triplet: 48, 82 and 9D. RGB value is (72,130,157). Sum of RGB (Red+Green+Blue) = 72+130+157=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #48829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48829D is #B77D62. Grayscale: #737373. Windows color (decimal): -12025187 or 10322504. OLE color: 10322504.
HSL color Cylindrical-coordinate representation of color #48829D: hue angle of 199.06º 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 #48829D is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 130 | 157 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.38 |
| HSL | 199.06º | 0.37% | 0.45% | - |
| HSV(B) | 199.06º | 0.54% | 0.62% | - |
| XYZ | 16.74 | 19.78 | 34.83 | - |
| YUV | 115.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 157 | 0.54 | 0.17 | 0 | 0.38 | 199.06 | 0.37 | 0.45 |
| Hex | 48 | 82 | 9D | 36 | 11 | 0 | 26 | C7 | 25 | 2D |
| Octal | 110 | 202 | 235 | 66 | 21 | 0 | 46 | 307 | 45 | 55 |
| Binary | 1001000 | 10000010 | 10011101 | 110110 | 10001 | 0 | 100110 | 11000111 | 100101 | 101101 |
Color Harmonies of #48829D
Complementary color
Monochromatic Colors of #48829D
Black with #48829D
Text Example
Text Example
White with #48829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48829D; }
p { color: rgb(72,130,157); }
H1.HeaderClassName
{
color: #48829D;
}
.AnyTagClassName
{
color: #48829D;
}
</style>
background-color css
<style>
a { background-color: #48829D; }
a { background-color: rgb(72,130,157); }
div.DivClassName
{
background-color: #48829D;
}
.BgClassName
{
background-color: #48829D;
}
</style>
border-color css
<style>
span { border-color: #48829D; }
span { border-color: rgb(72,130,157); }
td.TdClassName
{
border-color: #48829D;
}
.TagClassName
{
border-color: #48829D;
}
</style>