Shades of Hippie Blue #49899D
Tints of Hippie Blue #49899D
RGB
CMYK
RGB Variations
Color information
#49899D (or 0x49899D) is known color: Hippie Blue. HEX triplet: 49, 89 and 9D. RGB value is (73,137,157). Sum of RGB (Red+Green+Blue) = 73+137+157=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #49899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49899D is #B67662. Grayscale: #777777. Windows color (decimal): -11957859 or 10324297. OLE color: 10324297.
HSL color Cylindrical-coordinate representation of color #49899D: hue angle of 194.29º 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 #49899D is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 137 | 157 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.38 |
| HSL | 194.29º | 0.37% | 0.45% | - |
| HSV(B) | 194.29º | 0.54% | 0.62% | - |
| XYZ | 17.78 | 21.74 | 35.16 | - |
| YUV | 120.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 157 | 0.54 | 0.13 | 0 | 0.38 | 194.29 | 0.37 | 0.45 |
| Hex | 49 | 89 | 9D | 36 | D | 0 | 26 | C2 | 25 | 2D |
| Octal | 111 | 211 | 235 | 66 | 15 | 0 | 46 | 302 | 45 | 55 |
| Binary | 1001001 | 10001001 | 10011101 | 110110 | 1101 | 0 | 100110 | 11000010 | 100101 | 101101 |
Color Harmonies of #49899D
Complementary color
Monochromatic Colors of #49899D
Black with #49899D
Text Example
Text Example
White with #49899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49899D; }
p { color: rgb(73,137,157); }
H1.HeaderClassName
{
color: #49899D;
}
.AnyTagClassName
{
color: #49899D;
}
</style>
background-color css
<style>
a { background-color: #49899D; }
a { background-color: rgb(73,137,157); }
div.DivClassName
{
background-color: #49899D;
}
.BgClassName
{
background-color: #49899D;
}
</style>
border-color css
<style>
span { border-color: #49899D; }
span { border-color: rgb(73,137,157); }
td.TdClassName
{
border-color: #49899D;
}
.TagClassName
{
border-color: #49899D;
}
</style>