Shades of Lochinvar #489385
Tints of Lochinvar #489385
RGB
CMYK
RGB Variations
Color information
#489385 (or 0x489385) is known color: Lochinvar. HEX triplet: 48, 93 and 85. RGB value is (72,147,133). Sum of RGB (Red+Green+Blue) = 72+147+133=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #489385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489385 is #B76C7A. Grayscale: #7A7A7A. Windows color (decimal): -12020859 or 8753992. OLE color: 8753992.
HSL color Cylindrical-coordinate representation of color #489385: hue angle of 168.8º 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 #489385 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 133 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.42 |
| HSL | 168.8º | 0.34% | 0.43% | - |
| HSV(B) | 168.8º | 0.51% | 0.58% | - |
| XYZ | 17.34 | 23.94 | 25.9 | - |
| YUV | 122.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 133 | 0.51 | 0 | 0.10 | 0.42 | 168.8 | 0.34 | 0.43 |
| Hex | 48 | 93 | 85 | 33 | 0 | A | 2A | A9 | 22 | 2B |
| Octal | 110 | 223 | 205 | 63 | 0 | 12 | 52 | 251 | 42 | 53 |
| Binary | 1001000 | 10010011 | 10000101 | 110011 | 0 | 1010 | 101010 | 10101001 | 100010 | 101011 |
Color Harmonies of #489385
Complementary color
Monochromatic Colors of #489385
Black with #489385
Text Example
Text Example
White with #489385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489385; }
p { color: rgb(72,147,133); }
H1.HeaderClassName
{
color: #489385;
}
.AnyTagClassName
{
color: #489385;
}
</style>
background-color css
<style>
a { background-color: #489385; }
a { background-color: rgb(72,147,133); }
div.DivClassName
{
background-color: #489385;
}
.BgClassName
{
background-color: #489385;
}
</style>
border-color css
<style>
span { border-color: #489385; }
span { border-color: rgb(72,147,133); }
td.TdClassName
{
border-color: #489385;
}
.TagClassName
{
border-color: #489385;
}
</style>