Shades of Lochinvar #489982
Tints of Lochinvar #489982
RGB
CMYK
RGB Variations
Color information
#489982 (or 0x489982) is known color: Lochinvar. HEX triplet: 48, 99 and 82. RGB value is (72,153,130). Sum of RGB (Red+Green+Blue) = 72+153+130=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #489982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489982 is #B7667D. Grayscale: #7E7E7E. Windows color (decimal): -12019326 or 8558920. OLE color: 8558920.
HSL color Cylindrical-coordinate representation of color #489982: hue angle of 162.96º 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 #489982 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 130 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.4 |
| HSL | 162.96º | 0.36% | 0.44% | - |
| HSV(B) | 162.96º | 0.53% | 0.6% | - |
| XYZ | 18.09 | 25.77 | 25.14 | - |
| YUV | 126.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 130 | 0.53 | 0 | 0.15 | 0.4 | 162.96 | 0.36 | 0.44 |
| Hex | 48 | 99 | 82 | 35 | 0 | F | 28 | A3 | 24 | 2C |
| Octal | 110 | 231 | 202 | 65 | 0 | 17 | 50 | 243 | 44 | 54 |
| Binary | 1001000 | 10011001 | 10000010 | 110101 | 0 | 1111 | 101000 | 10100011 | 100100 | 101100 |
Color Harmonies of #489982
Complementary color
Monochromatic Colors of #489982
Black with #489982
Text Example
Text Example
White with #489982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489982; }
p { color: rgb(72,153,130); }
H1.HeaderClassName
{
color: #489982;
}
.AnyTagClassName
{
color: #489982;
}
</style>
background-color css
<style>
a { background-color: #489982; }
a { background-color: rgb(72,153,130); }
div.DivClassName
{
background-color: #489982;
}
.BgClassName
{
background-color: #489982;
}
</style>
border-color css
<style>
span { border-color: #489982; }
span { border-color: rgb(72,153,130); }
td.TdClassName
{
border-color: #489982;
}
.TagClassName
{
border-color: #489982;
}
</style>