Shades of Hippie Blue #49949D
Tints of Hippie Blue #49949D
RGB
CMYK
RGB Variations
Color information
#49949D (or 0x49949D) is known color: Hippie Blue. HEX triplet: 49, 94 and 9D. RGB value is (73,148,157). Sum of RGB (Red+Green+Blue) = 73+148+157=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #49949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49949D is #B66B62. Grayscale: #7E7E7E. Windows color (decimal): -11955043 or 10327113. OLE color: 10327113.
HSL color Cylindrical-coordinate representation of color #49949D: hue angle of 186.43º 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 #49949D is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 148 | 157 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.38 |
| HSL | 186.43º | 0.37% | 0.45% | - |
| HSV(B) | 186.43º | 0.54% | 0.62% | - |
| XYZ | 19.42 | 25.03 | 35.71 | - |
| YUV | 126.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 157 | 0.54 | 0.06 | 0 | 0.38 | 186.43 | 0.37 | 0.45 |
| Hex | 49 | 94 | 9D | 36 | 6 | 0 | 26 | BA | 25 | 2D |
| Octal | 111 | 224 | 235 | 66 | 6 | 0 | 46 | 272 | 45 | 55 |
| Binary | 1001001 | 10010100 | 10011101 | 110110 | 110 | 0 | 100110 | 10111010 | 100101 | 101101 |
Color Harmonies of #49949D
Complementary color
Monochromatic Colors of #49949D
Black with #49949D
Text Example
Text Example
White with #49949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49949D; }
p { color: rgb(73,148,157); }
H1.HeaderClassName
{
color: #49949D;
}
.AnyTagClassName
{
color: #49949D;
}
</style>
background-color css
<style>
a { background-color: #49949D; }
a { background-color: rgb(73,148,157); }
div.DivClassName
{
background-color: #49949D;
}
.BgClassName
{
background-color: #49949D;
}
</style>
border-color css
<style>
span { border-color: #49949D; }
span { border-color: rgb(73,148,157); }
td.TdClassName
{
border-color: #49949D;
}
.TagClassName
{
border-color: #49949D;
}
</style>