Shades of Lochinvar #489882
Tints of Lochinvar #489882
RGB
CMYK
RGB Variations
Color information
#489882 (or 0x489882) is known color: Lochinvar. HEX triplet: 48, 98 and 82. RGB value is (72,152,130). Sum of RGB (Red+Green+Blue) = 72+152+130=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #489882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489882 is #B7677D. Grayscale: #7D7D7D. Windows color (decimal): -12019582 or 8558664. OLE color: 8558664.
HSL color Cylindrical-coordinate representation of color #489882: hue angle of 163.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 #489882 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 152 | 130 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.40 |
| HSL | 163.5º | 0.36% | 0.44% | - |
| HSV(B) | 163.5º | 0.53% | 0.6% | - |
| XYZ | 17.93 | 25.45 | 25.09 | - |
| YUV | 125.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 152 | 130 | 0.53 | 0 | 0.14 | 0.40 | 163.5 | 0.36 | 0.44 |
| Hex | 48 | 98 | 82 | 35 | 0 | E | 28 | A4 | 24 | 2C |
| Octal | 110 | 230 | 202 | 65 | 0 | 16 | 50 | 244 | 44 | 54 |
| Binary | 1001000 | 10011000 | 10000010 | 110101 | 0 | 1110 | 101000 | 10100100 | 100100 | 101100 |
Color Harmonies of #489882
Complementary color
Monochromatic Colors of #489882
Black with #489882
Text Example
Text Example
White with #489882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489882; }
p { color: rgb(72,152,130); }
H1.HeaderClassName
{
color: #489882;
}
.AnyTagClassName
{
color: #489882;
}
</style>
background-color css
<style>
a { background-color: #489882; }
a { background-color: rgb(72,152,130); }
div.DivClassName
{
background-color: #489882;
}
.BgClassName
{
background-color: #489882;
}
</style>
border-color css
<style>
span { border-color: #489882; }
span { border-color: rgb(72,152,130); }
td.TdClassName
{
border-color: #489882;
}
.TagClassName
{
border-color: #489882;
}
</style>