Shades of Lochinvar #489181
Tints of Lochinvar #489181
RGB
CMYK
RGB Variations
Color information
#489181 (or 0x489181) is known color: Lochinvar. HEX triplet: 48, 91 and 81. RGB value is (72,145,129). Sum of RGB (Red+Green+Blue) = 72+145+129=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #489181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489181 is #B76E7E. Grayscale: #797979. Windows color (decimal): -12021375 or 8491336. OLE color: 8491336.
HSL color Cylindrical-coordinate representation of color #489181: hue angle of 166.85º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489181 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 145 | 129 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.43 |
| HSL | 166.85º | 0.34% | 0.43% | - |
| HSV(B) | 166.85º | 0.5% | 0.57% | - |
| XYZ | 16.76 | 23.21 | 24.37 | - |
| YUV | 121.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 129 | 0.50 | 0 | 0.11 | 0.43 | 166.85 | 0.34 | 0.43 |
| Hex | 48 | 91 | 81 | 32 | 0 | B | 2B | A7 | 22 | 2B |
| Octal | 110 | 221 | 201 | 62 | 0 | 13 | 53 | 247 | 42 | 53 |
| Binary | 1001000 | 10010001 | 10000001 | 110010 | 0 | 1011 | 101011 | 10100111 | 100010 | 101011 |
Color Harmonies of #489181
Complementary color
Monochromatic Colors of #489181
Black with #489181
Text Example
Text Example
White with #489181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489181; }
p { color: rgb(72,145,129); }
H1.HeaderClassName
{
color: #489181;
}
.AnyTagClassName
{
color: #489181;
}
</style>
background-color css
<style>
a { background-color: #489181; }
a { background-color: rgb(72,145,129); }
div.DivClassName
{
background-color: #489181;
}
.BgClassName
{
background-color: #489181;
}
</style>
border-color css
<style>
span { border-color: #489181; }
span { border-color: rgb(72,145,129); }
td.TdClassName
{
border-color: #489181;
}
.TagClassName
{
border-color: #489181;
}
</style>