Shades of Blue Chill #489892
Tints of Blue Chill #489892
RGB
CMYK
RGB Variations
Color information
#489892 (or 0x489892) is known color: Blue Chill. HEX triplet: 48, 98 and 92. RGB value is (72,152,146). Sum of RGB (Red+Green+Blue) = 72+152+146=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #489892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489892 is #B7676D. Grayscale: #7F7F7F. Windows color (decimal): -12019566 or 9607240. OLE color: 9607240.
HSL color Cylindrical-coordinate representation of color #489892: hue angle of 175.5º 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 #489892 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 152 | 146 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.40 |
| HSL | 175.5º | 0.36% | 0.44% | - |
| HSV(B) | 175.5º | 0.53% | 0.6% | - |
| XYZ | 19.09 | 25.91 | 31.19 | - |
| YUV | 127.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 152 | 146 | 0.53 | 0 | 0.04 | 0.40 | 175.5 | 0.36 | 0.44 |
| Hex | 48 | 98 | 92 | 35 | 0 | 4 | 28 | B0 | 24 | 2C |
| Octal | 110 | 230 | 222 | 65 | 0 | 4 | 50 | 260 | 44 | 54 |
| Binary | 1001000 | 10011000 | 10010010 | 110101 | 0 | 100 | 101000 | 10110000 | 100100 | 101100 |
Color Harmonies of #489892
Complementary color
Monochromatic Colors of #489892
Black with #489892
Text Example
Text Example
White with #489892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489892; }
p { color: rgb(72,152,146); }
H1.HeaderClassName
{
color: #489892;
}
.AnyTagClassName
{
color: #489892;
}
</style>
background-color css
<style>
a { background-color: #489892; }
a { background-color: rgb(72,152,146); }
div.DivClassName
{
background-color: #489892;
}
.BgClassName
{
background-color: #489892;
}
</style>
border-color css
<style>
span { border-color: #489892; }
span { border-color: rgb(72,152,146); }
td.TdClassName
{
border-color: #489892;
}
.TagClassName
{
border-color: #489892;
}
</style>