Shades of Blue Chill #498F95
Tints of Blue Chill #498F95
RGB
CMYK
RGB Variations
Color information
#498F95 (or 0x498F95) is known color: Blue Chill. HEX triplet: 49, 8F and 95. RGB value is (73,143,149). Sum of RGB (Red+Green+Blue) = 73+143+149=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #498F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F95 is #B6706A. Grayscale: #7A7A7A. Windows color (decimal): -11956331 or 9801545. OLE color: 9801545.
HSL color Cylindrical-coordinate representation of color #498F95: hue angle of 184.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498F95 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 143 | 149 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.42 |
| HSL | 184.74º | 0.34% | 0.44% | - |
| HSV(B) | 184.74º | 0.51% | 0.58% | - |
| XYZ | 17.99 | 23.23 | 31.97 | - |
| YUV | 122.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 149 | 0.51 | 0.04 | 0 | 0.42 | 184.74 | 0.34 | 0.44 |
| Hex | 49 | 8F | 95 | 33 | 4 | 0 | 2A | B9 | 22 | 2C |
| Octal | 111 | 217 | 225 | 63 | 4 | 0 | 52 | 271 | 42 | 54 |
| Binary | 1001001 | 10001111 | 10010101 | 110011 | 100 | 0 | 101010 | 10111001 | 100010 | 101100 |
Color Harmonies of #498F95
Complementary color
Monochromatic Colors of #498F95
Black with #498F95
Text Example
Text Example
White with #498F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F95; }
p { color: rgb(73,143,149); }
H1.HeaderClassName
{
color: #498F95;
}
.AnyTagClassName
{
color: #498F95;
}
</style>
background-color css
<style>
a { background-color: #498F95; }
a { background-color: rgb(73,143,149); }
div.DivClassName
{
background-color: #498F95;
}
.BgClassName
{
background-color: #498F95;
}
</style>
border-color css
<style>
span { border-color: #498F95; }
span { border-color: rgb(73,143,149); }
td.TdClassName
{
border-color: #498F95;
}
.TagClassName
{
border-color: #498F95;
}
</style>