Shades of Hippie Blue #498FA1
Tints of Hippie Blue #498FA1
RGB
CMYK
RGB Variations
Color information
#498FA1 (or 0x498FA1) is known color: Hippie Blue. HEX triplet: 49, 8F and A1. RGB value is (73,143,161). Sum of RGB (Red+Green+Blue) = 73+143+161=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 161 - color contains mainly: blue. Hex color #498FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498FA1 is #B6705E. Grayscale: #7B7B7B. Windows color (decimal): -11956319 or 10587977. OLE color: 10587977.
HSL color Cylindrical-coordinate representation of color #498FA1: hue angle of 192.27º 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 #498FA1 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 143 | 161 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.37 |
| HSL | 192.27º | 0.38% | 0.46% | - |
| HSV(B) | 192.27º | 0.55% | 0.63% | - |
| XYZ | 19 | 23.63 | 37.28 | - |
| YUV | 124.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 161 | 0.55 | 0.11 | 0 | 0.37 | 192.27 | 0.38 | 0.46 |
| Hex | 49 | 8F | A1 | 37 | B | 0 | 25 | C0 | 26 | 2E |
| Octal | 111 | 217 | 241 | 67 | 13 | 0 | 45 | 300 | 46 | 56 |
| Binary | 1001001 | 10001111 | 10100001 | 110111 | 1011 | 0 | 100101 | 11000000 | 100110 | 101110 |
Color Harmonies of #498FA1
Complementary color
Monochromatic Colors of #498FA1
Black with #498FA1
Text Example
Text Example
White with #498FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FA1; }
p { color: rgb(73,143,161); }
H1.HeaderClassName
{
color: #498FA1;
}
.AnyTagClassName
{
color: #498FA1;
}
</style>
background-color css
<style>
a { background-color: #498FA1; }
a { background-color: rgb(73,143,161); }
div.DivClassName
{
background-color: #498FA1;
}
.BgClassName
{
background-color: #498FA1;
}
</style>
border-color css
<style>
span { border-color: #498FA1; }
span { border-color: rgb(73,143,161); }
td.TdClassName
{
border-color: #498FA1;
}
.TagClassName
{
border-color: #498FA1;
}
</style>