Shades of Hippie Blue #49849A
Tints of Hippie Blue #49849A
RGB
CMYK
RGB Variations
Color information
#49849A (or 0x49849A) is known color: Hippie Blue. HEX triplet: 49, 84 and 9A. RGB value is (73,132,154). Sum of RGB (Red+Green+Blue) = 73+132+154=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #49849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49849A is #B67B65. Grayscale: #747474. Windows color (decimal): -11959142 or 10126409. OLE color: 10126409.
HSL color Cylindrical-coordinate representation of color #49849A: hue angle of 196.3º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49849A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 132 | 154 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.40 |
| HSL | 196.3º | 0.36% | 0.45% | - |
| HSV(B) | 196.3º | 0.53% | 0.6% | - |
| XYZ | 16.83 | 20.25 | 33.59 | - |
| YUV | 116.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 154 | 0.53 | 0.14 | 0 | 0.40 | 196.3 | 0.36 | 0.45 |
| Hex | 49 | 84 | 9A | 35 | E | 0 | 28 | C4 | 24 | 2D |
| Octal | 111 | 204 | 232 | 65 | 16 | 0 | 50 | 304 | 44 | 55 |
| Binary | 1001001 | 10000100 | 10011010 | 110101 | 1110 | 0 | 101000 | 11000100 | 100100 | 101101 |
Color Harmonies of #49849A
Complementary color
Monochromatic Colors of #49849A
Black with #49849A
Text Example
Text Example
White with #49849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49849A; }
p { color: rgb(73,132,154); }
H1.HeaderClassName
{
color: #49849A;
}
.AnyTagClassName
{
color: #49849A;
}
</style>
background-color css
<style>
a { background-color: #49849A; }
a { background-color: rgb(73,132,154); }
div.DivClassName
{
background-color: #49849A;
}
.BgClassName
{
background-color: #49849A;
}
</style>
border-color css
<style>
span { border-color: #49849A; }
span { border-color: rgb(73,132,154); }
td.TdClassName
{
border-color: #49849A;
}
.TagClassName
{
border-color: #49849A;
}
</style>