Shades of Hippie Blue #49829B
Tints of Hippie Blue #49829B
RGB
CMYK
RGB Variations
Color information
#49829B (or 0x49829B) is known color: Hippie Blue. HEX triplet: 49, 82 and 9B. RGB value is (73,130,155). Sum of RGB (Red+Green+Blue) = 73+130+155=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #49829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49829B is #B67D64. Grayscale: #737373. Windows color (decimal): -11959653 or 10191433. OLE color: 10191433.
HSL color Cylindrical-coordinate representation of color #49829B: hue angle of 198.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49829B is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 130 | 155 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.39 |
| HSL | 198.29º | 0.36% | 0.45% | - |
| HSV(B) | 198.29º | 0.53% | 0.61% | - |
| XYZ | 16.65 | 19.75 | 33.94 | - |
| YUV | 115.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 155 | 0.53 | 0.16 | 0 | 0.39 | 198.29 | 0.36 | 0.45 |
| Hex | 49 | 82 | 9B | 35 | 10 | 0 | 27 | C6 | 24 | 2D |
| Octal | 111 | 202 | 233 | 65 | 20 | 0 | 47 | 306 | 44 | 55 |
| Binary | 1001001 | 10000010 | 10011011 | 110101 | 10000 | 0 | 100111 | 11000110 | 100100 | 101101 |
Color Harmonies of #49829B
Complementary color
Monochromatic Colors of #49829B
Black with #49829B
Text Example
Text Example
White with #49829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49829B; }
p { color: rgb(73,130,155); }
H1.HeaderClassName
{
color: #49829B;
}
.AnyTagClassName
{
color: #49829B;
}
</style>
background-color css
<style>
a { background-color: #49829B; }
a { background-color: rgb(73,130,155); }
div.DivClassName
{
background-color: #49829B;
}
.BgClassName
{
background-color: #49829B;
}
</style>
border-color css
<style>
span { border-color: #49829B; }
span { border-color: rgb(73,130,155); }
td.TdClassName
{
border-color: #49829B;
}
.TagClassName
{
border-color: #49829B;
}
</style>