Shades of Hippie Blue #498995
Tints of Hippie Blue #498995
RGB
CMYK
RGB Variations
Color information
#498995 (or 0x498995) is known color: Hippie Blue. HEX triplet: 49, 89 and 95. RGB value is (73,137,149). Sum of RGB (Red+Green+Blue) = 73+137+149=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #498995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498995 is #B6766A. Grayscale: #777777. Windows color (decimal): -11957867 or 9800009. OLE color: 9800009.
HSL color Cylindrical-coordinate representation of color #498995: hue angle of 189.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498995 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 137 | 149 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.42 |
| HSL | 189.47º | 0.34% | 0.44% | - |
| HSV(B) | 189.47º | 0.51% | 0.58% | - |
| XYZ | 17.12 | 21.48 | 31.68 | - |
| YUV | 119.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 149 | 0.51 | 0.08 | 0 | 0.42 | 189.47 | 0.34 | 0.44 |
| Hex | 49 | 89 | 95 | 33 | 8 | 0 | 2A | BD | 22 | 2C |
| Octal | 111 | 211 | 225 | 63 | 10 | 0 | 52 | 275 | 42 | 54 |
| Binary | 1001001 | 10001001 | 10010101 | 110011 | 1000 | 0 | 101010 | 10111101 | 100010 | 101100 |
Color Harmonies of #498995
Complementary color
Monochromatic Colors of #498995
Black with #498995
Text Example
Text Example
White with #498995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498995; }
p { color: rgb(73,137,149); }
H1.HeaderClassName
{
color: #498995;
}
.AnyTagClassName
{
color: #498995;
}
</style>
background-color css
<style>
a { background-color: #498995; }
a { background-color: rgb(73,137,149); }
div.DivClassName
{
background-color: #498995;
}
.BgClassName
{
background-color: #498995;
}
</style>
border-color css
<style>
span { border-color: #498995; }
span { border-color: rgb(73,137,149); }
td.TdClassName
{
border-color: #498995;
}
.TagClassName
{
border-color: #498995;
}
</style>