Shades of Hippie Blue #498B99
Tints of Hippie Blue #498B99
RGB
CMYK
RGB Variations
Color information
#498B99 (or 0x498B99) is known color: Hippie Blue. HEX triplet: 49, 8B and 99. RGB value is (73,139,153). Sum of RGB (Red+Green+Blue) = 73+139+153=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #498B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B99 is #B67466. Grayscale: #787878. Windows color (decimal): -11957351 or 10062665. OLE color: 10062665.
HSL color Cylindrical-coordinate representation of color #498B99: hue angle of 190.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498B99 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 139 | 153 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.4 |
| HSL | 190.5º | 0.35% | 0.44% | - |
| HSV(B) | 190.5º | 0.52% | 0.6% | - |
| XYZ | 17.73 | 22.18 | 33.48 | - |
| YUV | 120.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 153 | 0.52 | 0.09 | 0 | 0.4 | 190.5 | 0.35 | 0.44 |
| Hex | 49 | 8B | 99 | 34 | 9 | 0 | 28 | BE | 23 | 2C |
| Octal | 111 | 213 | 231 | 64 | 11 | 0 | 50 | 276 | 43 | 54 |
| Binary | 1001001 | 10001011 | 10011001 | 110100 | 1001 | 0 | 101000 | 10111110 | 100011 | 101100 |
Color Harmonies of #498B99
Complementary color
Monochromatic Colors of #498B99
Black with #498B99
Text Example
Text Example
White with #498B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B99; }
p { color: rgb(73,139,153); }
H1.HeaderClassName
{
color: #498B99;
}
.AnyTagClassName
{
color: #498B99;
}
</style>
background-color css
<style>
a { background-color: #498B99; }
a { background-color: rgb(73,139,153); }
div.DivClassName
{
background-color: #498B99;
}
.BgClassName
{
background-color: #498B99;
}
</style>
border-color css
<style>
span { border-color: #498B99; }
span { border-color: rgb(73,139,153); }
td.TdClassName
{
border-color: #498B99;
}
.TagClassName
{
border-color: #498B99;
}
</style>