Shades of Hippie Blue #498CA1
Tints of Hippie Blue #498CA1
RGB
CMYK
RGB Variations
Color information
#498CA1 (or 0x498CA1) is known color: Hippie Blue. HEX triplet: 49, 8C and A1. RGB value is (73,140,161). Sum of RGB (Red+Green+Blue) = 73+140+161=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: blue. Hex color #498CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498CA1 is #B6735E. Grayscale: #7A7A7A. Windows color (decimal): -11957087 or 10587209. OLE color: 10587209.
HSL color Cylindrical-coordinate representation of color #498CA1: hue angle of 194.32º 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 #498CA1 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 140 | 161 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.37 |
| HSL | 194.32º | 0.38% | 0.46% | - |
| HSV(B) | 194.32º | 0.55% | 0.63% | - |
| XYZ | 18.56 | 22.75 | 37.13 | - |
| YUV | 122.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 161 | 0.55 | 0.13 | 0 | 0.37 | 194.32 | 0.38 | 0.46 |
| Hex | 49 | 8C | A1 | 37 | D | 0 | 25 | C2 | 26 | 2E |
| Octal | 111 | 214 | 241 | 67 | 15 | 0 | 45 | 302 | 46 | 56 |
| Binary | 1001001 | 10001100 | 10100001 | 110111 | 1101 | 0 | 100101 | 11000010 | 100110 | 101110 |
Color Harmonies of #498CA1
Complementary color
Monochromatic Colors of #498CA1
Black with #498CA1
Text Example
Text Example
White with #498CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CA1; }
p { color: rgb(73,140,161); }
H1.HeaderClassName
{
color: #498CA1;
}
.AnyTagClassName
{
color: #498CA1;
}
</style>
background-color css
<style>
a { background-color: #498CA1; }
a { background-color: rgb(73,140,161); }
div.DivClassName
{
background-color: #498CA1;
}
.BgClassName
{
background-color: #498CA1;
}
</style>
border-color css
<style>
span { border-color: #498CA1; }
span { border-color: rgb(73,140,161); }
td.TdClassName
{
border-color: #498CA1;
}
.TagClassName
{
border-color: #498CA1;
}
</style>