Shades of Hippie Blue #498AA1
Tints of Hippie Blue #498AA1
RGB
CMYK
RGB Variations
Color information
#498AA1 (or 0x498AA1) is known color: Hippie Blue. HEX triplet: 49, 8A and A1. RGB value is (73,138,161). Sum of RGB (Red+Green+Blue) = 73+138+161=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 161 - color contains mainly: blue. Hex color #498AA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498AA1 is #B6755E. Grayscale: #797979. Windows color (decimal): -11957599 or 10586697. OLE color: 10586697.
HSL color Cylindrical-coordinate representation of color #498AA1: hue angle of 195.68º 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 #498AA1 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 138 | 161 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.37 |
| HSL | 195.68º | 0.38% | 0.46% | - |
| HSV(B) | 195.68º | 0.55% | 0.63% | - |
| XYZ | 18.27 | 22.17 | 37.03 | - |
| YUV | 121.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 161 | 0.55 | 0.14 | 0 | 0.37 | 195.68 | 0.38 | 0.46 |
| Hex | 49 | 8A | A1 | 37 | E | 0 | 25 | C4 | 26 | 2E |
| Octal | 111 | 212 | 241 | 67 | 16 | 0 | 45 | 304 | 46 | 56 |
| Binary | 1001001 | 10001010 | 10100001 | 110111 | 1110 | 0 | 100101 | 11000100 | 100110 | 101110 |
Color Harmonies of #498AA1
Complementary color
Monochromatic Colors of #498AA1
Black with #498AA1
Text Example
Text Example
White with #498AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498AA1; }
p { color: rgb(73,138,161); }
H1.HeaderClassName
{
color: #498AA1;
}
.AnyTagClassName
{
color: #498AA1;
}
</style>
background-color css
<style>
a { background-color: #498AA1; }
a { background-color: rgb(73,138,161); }
div.DivClassName
{
background-color: #498AA1;
}
.BgClassName
{
background-color: #498AA1;
}
</style>
border-color css
<style>
span { border-color: #498AA1; }
span { border-color: rgb(73,138,161); }
td.TdClassName
{
border-color: #498AA1;
}
.TagClassName
{
border-color: #498AA1;
}
</style>