Shades of Hippie Blue #4885A2
Tints of Hippie Blue #4885A2
RGB
CMYK
RGB Variations
Color information
#4885A2 (or 0x4885A2) is known color: Hippie Blue. HEX triplet: 48, 85 and A2. RGB value is (72,133,162). Sum of RGB (Red+Green+Blue) = 72+133+162=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #4885A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4885A2 is #B77A5D. Grayscale: #757575. Windows color (decimal): -12024414 or 10650952. OLE color: 10650952.
HSL color Cylindrical-coordinate representation of color #4885A2: hue angle of 199.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4885A2 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 133 | 162 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.36 |
| HSL | 199.33º | 0.38% | 0.46% | - |
| HSV(B) | 199.33º | 0.56% | 0.64% | - |
| XYZ | 17.58 | 20.76 | 37.26 | - |
| YUV | 118.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 162 | 0.56 | 0.18 | 0 | 0.36 | 199.33 | 0.38 | 0.46 |
| Hex | 48 | 85 | A2 | 38 | 12 | 0 | 24 | C7 | 26 | 2E |
| Octal | 110 | 205 | 242 | 70 | 22 | 0 | 44 | 307 | 46 | 56 |
| Binary | 1001000 | 10000101 | 10100010 | 111000 | 10010 | 0 | 100100 | 11000111 | 100110 | 101110 |
Color Harmonies of #4885A2
Complementary color
Monochromatic Colors of #4885A2
Black with #4885A2
Text Example
Text Example
White with #4885A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885A2; }
p { color: rgb(72,133,162); }
H1.HeaderClassName
{
color: #4885A2;
}
.AnyTagClassName
{
color: #4885A2;
}
</style>
background-color css
<style>
a { background-color: #4885A2; }
a { background-color: rgb(72,133,162); }
div.DivClassName
{
background-color: #4885A2;
}
.BgClassName
{
background-color: #4885A2;
}
</style>
border-color css
<style>
span { border-color: #4885A2; }
span { border-color: rgb(72,133,162); }
td.TdClassName
{
border-color: #4885A2;
}
.TagClassName
{
border-color: #4885A2;
}
</style>