Shades of Hippie Blue #48819C
Tints of Hippie Blue #48819C
RGB
CMYK
RGB Variations
Color information
#48819C (or 0x48819C) is known color: Hippie Blue. HEX triplet: 48, 81 and 9C. RGB value is (72,129,156). Sum of RGB (Red+Green+Blue) = 72+129+156=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #48819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48819C is #B77E63. Grayscale: #727272. Windows color (decimal): -12025444 or 10256712. OLE color: 10256712.
HSL color Cylindrical-coordinate representation of color #48819C: hue angle of 199.29º 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 #48819C is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 129 | 156 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.39 |
| HSL | 199.29º | 0.37% | 0.45% | - |
| HSV(B) | 199.29º | 0.54% | 0.61% | - |
| XYZ | 16.52 | 19.48 | 34.34 | - |
| YUV | 115.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 156 | 0.54 | 0.17 | 0 | 0.39 | 199.29 | 0.37 | 0.45 |
| Hex | 48 | 81 | 9C | 36 | 11 | 0 | 27 | C7 | 25 | 2D |
| Octal | 110 | 201 | 234 | 66 | 21 | 0 | 47 | 307 | 45 | 55 |
| Binary | 1001000 | 10000001 | 10011100 | 110110 | 10001 | 0 | 100111 | 11000111 | 100101 | 101101 |
Color Harmonies of #48819C
Complementary color
Monochromatic Colors of #48819C
Black with #48819C
Text Example
Text Example
White with #48819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48819C; }
p { color: rgb(72,129,156); }
H1.HeaderClassName
{
color: #48819C;
}
.AnyTagClassName
{
color: #48819C;
}
</style>
background-color css
<style>
a { background-color: #48819C; }
a { background-color: rgb(72,129,156); }
div.DivClassName
{
background-color: #48819C;
}
.BgClassName
{
background-color: #48819C;
}
</style>
border-color css
<style>
span { border-color: #48819C; }
span { border-color: rgb(72,129,156); }
td.TdClassName
{
border-color: #48819C;
}
.TagClassName
{
border-color: #48819C;
}
</style>