Shades of Hippie Blue #48829B
Tints of Hippie Blue #48829B
RGB
CMYK
RGB Variations
Color information
#48829B (or 0x48829B) is known color: Hippie Blue. HEX triplet: 48, 82 and 9B. RGB value is (72,130,155). Sum of RGB (Red+Green+Blue) = 72+130+155=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #48829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48829B is #B77D64. Grayscale: #737373. Windows color (decimal): -12025189 or 10191432. OLE color: 10191432.
HSL color Cylindrical-coordinate representation of color #48829B: hue angle of 198.07º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48829B is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 130 | 155 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.39 |
| HSL | 198.07º | 0.37% | 0.45% | - |
| HSV(B) | 198.07º | 0.54% | 0.61% | - |
| XYZ | 16.57 | 19.71 | 33.94 | - |
| YUV | 115.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 155 | 0.54 | 0.16 | 0 | 0.39 | 198.07 | 0.37 | 0.45 |
| Hex | 48 | 82 | 9B | 36 | 10 | 0 | 27 | C6 | 25 | 2D |
| Octal | 110 | 202 | 233 | 66 | 20 | 0 | 47 | 306 | 45 | 55 |
| Binary | 1001000 | 10000010 | 10011011 | 110110 | 10000 | 0 | 100111 | 11000110 | 100101 | 101101 |
Color Harmonies of #48829B
Complementary color
Monochromatic Colors of #48829B
Black with #48829B
Text Example
Text Example
White with #48829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48829B; }
p { color: rgb(72,130,155); }
H1.HeaderClassName
{
color: #48829B;
}
.AnyTagClassName
{
color: #48829B;
}
</style>
background-color css
<style>
a { background-color: #48829B; }
a { background-color: rgb(72,130,155); }
div.DivClassName
{
background-color: #48829B;
}
.BgClassName
{
background-color: #48829B;
}
</style>
border-color css
<style>
span { border-color: #48829B; }
span { border-color: rgb(72,130,155); }
td.TdClassName
{
border-color: #48829B;
}
.TagClassName
{
border-color: #48829B;
}
</style>