Shades of Hippie Blue #49858F
Tints of Hippie Blue #49858F
RGB
CMYK
RGB Variations
Color information
#49858F (or 0x49858F) is known color: Hippie Blue. HEX triplet: 49, 85 and 8F. RGB value is (73,133,143). Sum of RGB (Red+Green+Blue) = 73+133+143=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #49858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49858F is #B67A70. Grayscale: #747474. Windows color (decimal): -11958897 or 9405769. OLE color: 9405769.
HSL color Cylindrical-coordinate representation of color #49858F: hue angle of 188.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49858F is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 133 | 143 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.44 |
| HSL | 188.57º | 0.32% | 0.42% | - |
| HSV(B) | 188.57º | 0.49% | 0.56% | - |
| XYZ | 16.09 | 20.17 | 29.03 | - |
| YUV | 116.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 143 | 0.49 | 0.07 | 0 | 0.44 | 188.57 | 0.32 | 0.42 |
| Hex | 49 | 85 | 8F | 31 | 7 | 0 | 2C | BD | 20 | 2A |
| Octal | 111 | 205 | 217 | 61 | 7 | 0 | 54 | 275 | 40 | 52 |
| Binary | 1001001 | 10000101 | 10001111 | 110001 | 111 | 0 | 101100 | 10111101 | 100000 | 101010 |
Color Harmonies of #49858F
Complementary color
Monochromatic Colors of #49858F
Black with #49858F
Text Example
Text Example
White with #49858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49858F; }
p { color: rgb(73,133,143); }
H1.HeaderClassName
{
color: #49858F;
}
.AnyTagClassName
{
color: #49858F;
}
</style>
background-color css
<style>
a { background-color: #49858F; }
a { background-color: rgb(73,133,143); }
div.DivClassName
{
background-color: #49858F;
}
.BgClassName
{
background-color: #49858F;
}
</style>
border-color css
<style>
span { border-color: #49858F; }
span { border-color: rgb(73,133,143); }
td.TdClassName
{
border-color: #49858F;
}
.TagClassName
{
border-color: #49858F;
}
</style>