Shades of Hippie Blue #49909D
Tints of Hippie Blue #49909D
RGB
CMYK
RGB Variations
Color information
#49909D (or 0x49909D) is known color: Hippie Blue. HEX triplet: 49, 90 and 9D. RGB value is (73,144,157). Sum of RGB (Red+Green+Blue) = 73+144+157=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #49909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49909D is #B66F62. Grayscale: #7C7C7C. Windows color (decimal): -11956067 or 10326089. OLE color: 10326089.
HSL color Cylindrical-coordinate representation of color #49909D: hue angle of 189.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 #49909D is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 144 | 157 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.38 |
| HSL | 189.29º | 0.37% | 0.45% | - |
| HSV(B) | 189.29º | 0.54% | 0.62% | - |
| XYZ | 18.81 | 23.8 | 35.5 | - |
| YUV | 124.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 157 | 0.54 | 0.08 | 0 | 0.38 | 189.29 | 0.37 | 0.45 |
| Hex | 49 | 90 | 9D | 36 | 8 | 0 | 26 | BD | 25 | 2D |
| Octal | 111 | 220 | 235 | 66 | 10 | 0 | 46 | 275 | 45 | 55 |
| Binary | 1001001 | 10010000 | 10011101 | 110110 | 1000 | 0 | 100110 | 10111101 | 100101 | 101101 |
Color Harmonies of #49909D
Complementary color
Monochromatic Colors of #49909D
Black with #49909D
Text Example
Text Example
White with #49909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49909D; }
p { color: rgb(73,144,157); }
H1.HeaderClassName
{
color: #49909D;
}
.AnyTagClassName
{
color: #49909D;
}
</style>
background-color css
<style>
a { background-color: #49909D; }
a { background-color: rgb(73,144,157); }
div.DivClassName
{
background-color: #49909D;
}
.BgClassName
{
background-color: #49909D;
}
</style>
border-color css
<style>
span { border-color: #49909D; }
span { border-color: rgb(73,144,157); }
td.TdClassName
{
border-color: #49909D;
}
.TagClassName
{
border-color: #49909D;
}
</style>