Shades of Hippie Blue #498992
Tints of Hippie Blue #498992
RGB
CMYK
RGB Variations
Color information
#498992 (or 0x498992) is known color: Hippie Blue. HEX triplet: 49, 89 and 92. RGB value is (73,137,146). Sum of RGB (Red+Green+Blue) = 73+137+146=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #498992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498992 is #B6766D. Grayscale: #767676. Windows color (decimal): -11957870 or 9603401. OLE color: 9603401.
HSL color Cylindrical-coordinate representation of color #498992: hue angle of 187.4º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498992 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 137 | 146 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.43 |
| HSL | 187.4º | 0.33% | 0.43% | - |
| HSV(B) | 187.4º | 0.5% | 0.57% | - |
| XYZ | 16.88 | 21.38 | 30.43 | - |
| YUV | 118.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 146 | 0.5 | 0.06 | 0 | 0.43 | 187.4 | 0.33 | 0.43 |
| Hex | 49 | 89 | 92 | 32 | 6 | 0 | 2B | BB | 21 | 2B |
| Octal | 111 | 211 | 222 | 62 | 6 | 0 | 53 | 273 | 41 | 53 |
| Binary | 1001001 | 10001001 | 10010010 | 110010 | 110 | 0 | 101011 | 10111011 | 100001 | 101011 |
Color Harmonies of #498992
Complementary color
Monochromatic Colors of #498992
Black with #498992
Text Example
Text Example
White with #498992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498992; }
p { color: rgb(73,137,146); }
H1.HeaderClassName
{
color: #498992;
}
.AnyTagClassName
{
color: #498992;
}
</style>
background-color css
<style>
a { background-color: #498992; }
a { background-color: rgb(73,137,146); }
div.DivClassName
{
background-color: #498992;
}
.BgClassName
{
background-color: #498992;
}
</style>
border-color css
<style>
span { border-color: #498992; }
span { border-color: rgb(73,137,146); }
td.TdClassName
{
border-color: #498992;
}
.TagClassName
{
border-color: #498992;
}
</style>