Shades of Blue Chill #489A9B
Tints of Blue Chill #489A9B
RGB
CMYK
RGB Variations
Color information
#489A9B (or 0x489A9B) is known color: Blue Chill. HEX triplet: 48, 9A and 9B. RGB value is (72,154,155). Sum of RGB (Red+Green+Blue) = 72+154+155=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #489A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A9B is #B76564. Grayscale: #818181. Windows color (decimal): -12019045 or 10197576. OLE color: 10197576.
HSL color Cylindrical-coordinate representation of color #489A9B: hue angle of 180.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489A9B is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 154 | 155 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.39 |
| HSL | 180.72º | 0.37% | 0.45% | - |
| HSV(B) | 180.72º | 0.54% | 0.61% | - |
| XYZ | 20.14 | 26.86 | 35.13 | - |
| YUV | 129.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 155 | 0.54 | 0.01 | 0 | 0.39 | 180.72 | 0.37 | 0.45 |
| Hex | 48 | 9A | 9B | 36 | 1 | 0 | 27 | B5 | 25 | 2D |
| Octal | 110 | 232 | 233 | 66 | 1 | 0 | 47 | 265 | 45 | 55 |
| Binary | 1001000 | 10011010 | 10011011 | 110110 | 1 | 0 | 100111 | 10110101 | 100101 | 101101 |
Color Harmonies of #489A9B
Complementary color
Monochromatic Colors of #489A9B
Black with #489A9B
Text Example
Text Example
White with #489A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A9B; }
p { color: rgb(72,154,155); }
H1.HeaderClassName
{
color: #489A9B;
}
.AnyTagClassName
{
color: #489A9B;
}
</style>
background-color css
<style>
a { background-color: #489A9B; }
a { background-color: rgb(72,154,155); }
div.DivClassName
{
background-color: #489A9B;
}
.BgClassName
{
background-color: #489A9B;
}
</style>
border-color css
<style>
span { border-color: #489A9B; }
span { border-color: rgb(72,154,155); }
td.TdClassName
{
border-color: #489A9B;
}
.TagClassName
{
border-color: #489A9B;
}
</style>