Shades of Blue Chill #498F94
Tints of Blue Chill #498F94
RGB
CMYK
RGB Variations
Color information
#498F94 (or 0x498F94) is known color: Blue Chill. HEX triplet: 49, 8F and 94. RGB value is (73,143,148). Sum of RGB (Red+Green+Blue) = 73+143+148=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #498F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F94 is #B6706B. Grayscale: #7A7A7A. Windows color (decimal): -11956332 or 9736009. OLE color: 9736009.
HSL color Cylindrical-coordinate representation of color #498F94: hue angle of 184º 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 #498F94 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 143 | 148 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.42 |
| HSL | 184º | 0.34% | 0.43% | - |
| HSV(B) | 184º | 0.51% | 0.58% | - |
| XYZ | 17.92 | 23.2 | 31.55 | - |
| YUV | 122.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 148 | 0.51 | 0.03 | 0 | 0.42 | 184 | 0.34 | 0.43 |
| Hex | 49 | 8F | 94 | 33 | 3 | 0 | 2A | B8 | 22 | 2B |
| Octal | 111 | 217 | 224 | 63 | 3 | 0 | 52 | 270 | 42 | 53 |
| Binary | 1001001 | 10001111 | 10010100 | 110011 | 11 | 0 | 101010 | 10111000 | 100010 | 101011 |
Color Harmonies of #498F94
Complementary color
Monochromatic Colors of #498F94
Black with #498F94
Text Example
Text Example
White with #498F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F94; }
p { color: rgb(73,143,148); }
H1.HeaderClassName
{
color: #498F94;
}
.AnyTagClassName
{
color: #498F94;
}
</style>
background-color css
<style>
a { background-color: #498F94; }
a { background-color: rgb(73,143,148); }
div.DivClassName
{
background-color: #498F94;
}
.BgClassName
{
background-color: #498F94;
}
</style>
border-color css
<style>
span { border-color: #498F94; }
span { border-color: rgb(73,143,148); }
td.TdClassName
{
border-color: #498F94;
}
.TagClassName
{
border-color: #498F94;
}
</style>