Shades of Blue Chill #498C90
Tints of Blue Chill #498C90
RGB
CMYK
RGB Variations
Color information
#498C90 (or 0x498C90) is known color: Blue Chill. HEX triplet: 49, 8C and 90. RGB value is (73,140,144). Sum of RGB (Red+Green+Blue) = 73+140+144=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #498C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498C90 is #B6736F. Grayscale: #787878. Windows color (decimal): -11957104 or 9473097. OLE color: 9473097.
HSL color Cylindrical-coordinate representation of color #498C90: hue angle of 183.38º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498C90 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 140 | 144 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.44 |
| HSL | 183.38º | 0.33% | 0.43% | - |
| HSV(B) | 183.38º | 0.49% | 0.56% | - |
| XYZ | 17.16 | 22.19 | 29.76 | - |
| YUV | 120.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 144 | 0.49 | 0.03 | 0 | 0.44 | 183.38 | 0.33 | 0.43 |
| Hex | 49 | 8C | 90 | 31 | 3 | 0 | 2C | B7 | 21 | 2B |
| Octal | 111 | 214 | 220 | 61 | 3 | 0 | 54 | 267 | 41 | 53 |
| Binary | 1001001 | 10001100 | 10010000 | 110001 | 11 | 0 | 101100 | 10110111 | 100001 | 101011 |
Color Harmonies of #498C90
Complementary color
Monochromatic Colors of #498C90
Black with #498C90
Text Example
Text Example
White with #498C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C90; }
p { color: rgb(73,140,144); }
H1.HeaderClassName
{
color: #498C90;
}
.AnyTagClassName
{
color: #498C90;
}
</style>
background-color css
<style>
a { background-color: #498C90; }
a { background-color: rgb(73,140,144); }
div.DivClassName
{
background-color: #498C90;
}
.BgClassName
{
background-color: #498C90;
}
</style>
border-color css
<style>
span { border-color: #498C90; }
span { border-color: rgb(73,140,144); }
td.TdClassName
{
border-color: #498C90;
}
.TagClassName
{
border-color: #498C90;
}
</style>