Shades of Blue Chill #498F91
Tints of Blue Chill #498F91
RGB
CMYK
RGB Variations
Color information
#498F91 (or 0x498F91) is known color: Blue Chill. HEX triplet: 49, 8F and 91. RGB value is (73,143,145). Sum of RGB (Red+Green+Blue) = 73+143+145=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #498F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F91 is #B6706E. Grayscale: #7A7A7A. Windows color (decimal): -11956335 or 9539401. OLE color: 9539401.
HSL color Cylindrical-coordinate representation of color #498F91: hue angle of 181.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498F91 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 143 | 145 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.43 |
| HSL | 181.67º | 0.33% | 0.43% | - |
| HSV(B) | 181.67º | 0.5% | 0.57% | - |
| XYZ | 17.68 | 23.11 | 30.32 | - |
| YUV | 122.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 145 | 0.50 | 0.01 | 0 | 0.43 | 181.67 | 0.33 | 0.43 |
| Hex | 49 | 8F | 91 | 32 | 1 | 0 | 2B | B6 | 21 | 2B |
| Octal | 111 | 217 | 221 | 62 | 1 | 0 | 53 | 266 | 41 | 53 |
| Binary | 1001001 | 10001111 | 10010001 | 110010 | 1 | 0 | 101011 | 10110110 | 100001 | 101011 |
Color Harmonies of #498F91
Complementary color
Monochromatic Colors of #498F91
Black with #498F91
Text Example
Text Example
White with #498F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F91; }
p { color: rgb(73,143,145); }
H1.HeaderClassName
{
color: #498F91;
}
.AnyTagClassName
{
color: #498F91;
}
</style>
background-color css
<style>
a { background-color: #498F91; }
a { background-color: rgb(73,143,145); }
div.DivClassName
{
background-color: #498F91;
}
.BgClassName
{
background-color: #498F91;
}
</style>
border-color css
<style>
span { border-color: #498F91; }
span { border-color: rgb(73,143,145); }
td.TdClassName
{
border-color: #498F91;
}
.TagClassName
{
border-color: #498F91;
}
</style>