Shades of Blue Chill #489190
Tints of Blue Chill #489190
RGB
CMYK
RGB Variations
Color information
#489190 (or 0x489190) is known color: Blue Chill. HEX triplet: 48, 91 and 90. RGB value is (72,145,144). Sum of RGB (Red+Green+Blue) = 72+145+144=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #489190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489190 is #B76E6F. Grayscale: #7A7A7A. Windows color (decimal): -12021360 or 9474376. OLE color: 9474376.
HSL color Cylindrical-coordinate representation of color #489190: hue angle of 179.18º degrees, saturation: 0.34, 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 #489190 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 145 | 144 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.43 |
| HSL | 179.18º | 0.34% | 0.43% | - |
| HSV(B) | 179.18º | 0.5% | 0.57% | - |
| XYZ | 17.83 | 23.64 | 30.01 | - |
| YUV | 123.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 144 | 0.50 | 0 | 0.01 | 0.43 | 179.18 | 0.34 | 0.43 |
| Hex | 48 | 91 | 90 | 32 | 0 | 1 | 2B | B3 | 22 | 2B |
| Octal | 110 | 221 | 220 | 62 | 0 | 1 | 53 | 263 | 42 | 53 |
| Binary | 1001000 | 10010001 | 10010000 | 110010 | 0 | 1 | 101011 | 10110011 | 100010 | 101011 |
Color Harmonies of #489190
Complementary color
Monochromatic Colors of #489190
Black with #489190
Text Example
Text Example
White with #489190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489190; }
p { color: rgb(72,145,144); }
H1.HeaderClassName
{
color: #489190;
}
.AnyTagClassName
{
color: #489190;
}
</style>
background-color css
<style>
a { background-color: #489190; }
a { background-color: rgb(72,145,144); }
div.DivClassName
{
background-color: #489190;
}
.BgClassName
{
background-color: #489190;
}
</style>
border-color css
<style>
span { border-color: #489190; }
span { border-color: rgb(72,145,144); }
td.TdClassName
{
border-color: #489190;
}
.TagClassName
{
border-color: #489190;
}
</style>