Shades of Blue Chill #489392
Tints of Blue Chill #489392
RGB
CMYK
RGB Variations
Color information
#489392 (or 0x489392) is known color: Blue Chill. HEX triplet: 48, 93 and 92. RGB value is (72,147,146). Sum of RGB (Red+Green+Blue) = 72+147+146=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #489392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489392 is #B76C6D. Grayscale: #7C7C7C. Windows color (decimal): -12020846 or 9605960. OLE color: 9605960.
HSL color Cylindrical-coordinate representation of color #489392: hue angle of 179.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489392 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 146 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.42 |
| HSL | 179.2º | 0.34% | 0.43% | - |
| HSV(B) | 179.2º | 0.51% | 0.58% | - |
| XYZ | 18.29 | 24.32 | 30.92 | - |
| YUV | 124.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 146 | 0.51 | 0 | 0.01 | 0.42 | 179.2 | 0.34 | 0.43 |
| Hex | 48 | 93 | 92 | 33 | 0 | 1 | 2A | B3 | 22 | 2B |
| Octal | 110 | 223 | 222 | 63 | 0 | 1 | 52 | 263 | 42 | 53 |
| Binary | 1001000 | 10010011 | 10010010 | 110011 | 0 | 1 | 101010 | 10110011 | 100010 | 101011 |
Color Harmonies of #489392
Complementary color
Monochromatic Colors of #489392
Black with #489392
Text Example
Text Example
White with #489392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489392; }
p { color: rgb(72,147,146); }
H1.HeaderClassName
{
color: #489392;
}
.AnyTagClassName
{
color: #489392;
}
</style>
background-color css
<style>
a { background-color: #489392; }
a { background-color: rgb(72,147,146); }
div.DivClassName
{
background-color: #489392;
}
.BgClassName
{
background-color: #489392;
}
</style>
border-color css
<style>
span { border-color: #489392; }
span { border-color: rgb(72,147,146); }
td.TdClassName
{
border-color: #489392;
}
.TagClassName
{
border-color: #489392;
}
</style>