Shades of Blue Chill #498E94
Tints of Blue Chill #498E94
RGB
CMYK
RGB Variations
Color information
#498E94 (or 0x498E94) is known color: Blue Chill. HEX triplet: 49, 8E and 94. RGB value is (73,142,148). Sum of RGB (Red+Green+Blue) = 73+142+148=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #498E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E94 is #B6716B. Grayscale: #797979. Windows color (decimal): -11956588 or 9735753. OLE color: 9735753.
HSL color Cylindrical-coordinate representation of color #498E94: hue angle of 184.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498E94 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 142 | 148 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.42 |
| HSL | 184.8º | 0.34% | 0.43% | - |
| HSV(B) | 184.8º | 0.51% | 0.58% | - |
| XYZ | 17.77 | 22.9 | 31.5 | - |
| YUV | 122.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 148 | 0.51 | 0.04 | 0 | 0.42 | 184.8 | 0.34 | 0.43 |
| Hex | 49 | 8E | 94 | 33 | 4 | 0 | 2A | B9 | 22 | 2B |
| Octal | 111 | 216 | 224 | 63 | 4 | 0 | 52 | 271 | 42 | 53 |
| Binary | 1001001 | 10001110 | 10010100 | 110011 | 100 | 0 | 101010 | 10111001 | 100010 | 101011 |
Color Harmonies of #498E94
Complementary color
Monochromatic Colors of #498E94
Black with #498E94
Text Example
Text Example
White with #498E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E94; }
p { color: rgb(73,142,148); }
H1.HeaderClassName
{
color: #498E94;
}
.AnyTagClassName
{
color: #498E94;
}
</style>
background-color css
<style>
a { background-color: #498E94; }
a { background-color: rgb(73,142,148); }
div.DivClassName
{
background-color: #498E94;
}
.BgClassName
{
background-color: #498E94;
}
</style>
border-color css
<style>
span { border-color: #498E94; }
span { border-color: rgb(73,142,148); }
td.TdClassName
{
border-color: #498E94;
}
.TagClassName
{
border-color: #498E94;
}
</style>