Shades of Blue Chill #489A98
Tints of Blue Chill #489A98
RGB
CMYK
RGB Variations
Color information
#489A98 (or 0x489A98) is known color: Blue Chill. HEX triplet: 48, 9A and 98. RGB value is (72,154,152). Sum of RGB (Red+Green+Blue) = 72+154+152=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #489A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A98 is #B76567. Grayscale: #818181. Windows color (decimal): -12019048 or 10000968. OLE color: 10000968.
HSL color Cylindrical-coordinate representation of color #489A98: hue angle of 178.54º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A98 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 152 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.40 |
| HSL | 178.54º | 0.36% | 0.44% | - |
| HSV(B) | 178.54º | 0.53% | 0.6% | - |
| XYZ | 19.9 | 26.76 | 33.82 | - |
| YUV | 129.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 152 | 0.53 | 0 | 0.01 | 0.40 | 178.54 | 0.36 | 0.44 |
| Hex | 48 | 9A | 98 | 35 | 0 | 1 | 28 | B3 | 24 | 2C |
| Octal | 110 | 232 | 230 | 65 | 0 | 1 | 50 | 263 | 44 | 54 |
| Binary | 1001000 | 10011010 | 10011000 | 110101 | 0 | 1 | 101000 | 10110011 | 100100 | 101100 |
Color Harmonies of #489A98
Complementary color
Monochromatic Colors of #489A98
Black with #489A98
Text Example
Text Example
White with #489A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A98; }
p { color: rgb(72,154,152); }
H1.HeaderClassName
{
color: #489A98;
}
.AnyTagClassName
{
color: #489A98;
}
</style>
background-color css
<style>
a { background-color: #489A98; }
a { background-color: rgb(72,154,152); }
div.DivClassName
{
background-color: #489A98;
}
.BgClassName
{
background-color: #489A98;
}
</style>
border-color css
<style>
span { border-color: #489A98; }
span { border-color: rgb(72,154,152); }
td.TdClassName
{
border-color: #489A98;
}
.TagClassName
{
border-color: #489A98;
}
</style>