Shades of Hippie Blue #498BA1
Tints of Hippie Blue #498BA1
RGB
CMYK
RGB Variations
Color information
#498BA1 (or 0x498BA1) is known color: Hippie Blue. HEX triplet: 49, 8B and A1. RGB value is (73,139,161). Sum of RGB (Red+Green+Blue) = 73+139+161=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #498BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498BA1 is #B6745E. Grayscale: #797979. Windows color (decimal): -11957343 or 10586953. OLE color: 10586953.
HSL color Cylindrical-coordinate representation of color #498BA1: hue angle of 195º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #498BA1 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 139 | 161 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.37 |
| HSL | 195º | 0.38% | 0.46% | - |
| HSV(B) | 195º | 0.55% | 0.63% | - |
| XYZ | 18.41 | 22.45 | 37.08 | - |
| YUV | 121.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 161 | 0.55 | 0.14 | 0 | 0.37 | 195 | 0.38 | 0.46 |
| Hex | 49 | 8B | A1 | 37 | E | 0 | 25 | C3 | 26 | 2E |
| Octal | 111 | 213 | 241 | 67 | 16 | 0 | 45 | 303 | 46 | 56 |
| Binary | 1001001 | 10001011 | 10100001 | 110111 | 1110 | 0 | 100101 | 11000011 | 100110 | 101110 |
Color Harmonies of #498BA1
Complementary color
Monochromatic Colors of #498BA1
Black with #498BA1
Text Example
Text Example
White with #498BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BA1; }
p { color: rgb(73,139,161); }
H1.HeaderClassName
{
color: #498BA1;
}
.AnyTagClassName
{
color: #498BA1;
}
</style>
background-color css
<style>
a { background-color: #498BA1; }
a { background-color: rgb(73,139,161); }
div.DivClassName
{
background-color: #498BA1;
}
.BgClassName
{
background-color: #498BA1;
}
</style>
border-color css
<style>
span { border-color: #498BA1; }
span { border-color: rgb(73,139,161); }
td.TdClassName
{
border-color: #498BA1;
}
.TagClassName
{
border-color: #498BA1;
}
</style>