Shades of Blue Chill #498F92
Tints of Blue Chill #498F92
RGB
CMYK
RGB Variations
Color information
#498F92 (or 0x498F92) is known color: Blue Chill. HEX triplet: 49, 8F and 92. RGB value is (73,143,146). Sum of RGB (Red+Green+Blue) = 73+143+146=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #498F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F92 is #B6706D. Grayscale: #7A7A7A. Windows color (decimal): -11956334 or 9604937. OLE color: 9604937.
HSL color Cylindrical-coordinate representation of color #498F92: hue angle of 182.47º 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 #498F92 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 143 | 146 | - |
| CMYK | 0.5 | 0.02 | 0 | 0.43 |
| HSL | 182.47º | 0.33% | 0.43% | - |
| HSV(B) | 182.47º | 0.5% | 0.57% | - |
| XYZ | 17.76 | 23.14 | 30.72 | - |
| YUV | 122.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 146 | 0.5 | 0.02 | 0 | 0.43 | 182.47 | 0.33 | 0.43 |
| Hex | 49 | 8F | 92 | 32 | 2 | 0 | 2B | B6 | 21 | 2B |
| Octal | 111 | 217 | 222 | 62 | 2 | 0 | 53 | 266 | 41 | 53 |
| Binary | 1001001 | 10001111 | 10010010 | 110010 | 10 | 0 | 101011 | 10110110 | 100001 | 101011 |
Color Harmonies of #498F92
Complementary color
Monochromatic Colors of #498F92
Black with #498F92
Text Example
Text Example
White with #498F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F92; }
p { color: rgb(73,143,146); }
H1.HeaderClassName
{
color: #498F92;
}
.AnyTagClassName
{
color: #498F92;
}
</style>
background-color css
<style>
a { background-color: #498F92; }
a { background-color: rgb(73,143,146); }
div.DivClassName
{
background-color: #498F92;
}
.BgClassName
{
background-color: #498F92;
}
</style>
border-color css
<style>
span { border-color: #498F92; }
span { border-color: rgb(73,143,146); }
td.TdClassName
{
border-color: #498F92;
}
.TagClassName
{
border-color: #498F92;
}
</style>