Shades of Lochinvar #489085
Tints of Lochinvar #489085
RGB
CMYK
RGB Variations
Color information
#489085 (or 0x489085) is known color: Lochinvar. HEX triplet: 48, 90 and 85. RGB value is (72,144,133). Sum of RGB (Red+Green+Blue) = 72+144+133=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #489085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489085 is #B76F7A. Grayscale: #797979. Windows color (decimal): -12021627 or 8753224. OLE color: 8753224.
HSL color Cylindrical-coordinate representation of color #489085: hue angle of 170.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489085 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 133 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.44 |
| HSL | 170.83º | 0.33% | 0.42% | - |
| HSV(B) | 170.83º | 0.5% | 0.56% | - |
| XYZ | 16.88 | 23.02 | 25.74 | - |
| YUV | 121.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 133 | 0.50 | 0 | 0.08 | 0.44 | 170.83 | 0.33 | 0.42 |
| Hex | 48 | 90 | 85 | 32 | 0 | 8 | 2C | AB | 21 | 2A |
| Octal | 110 | 220 | 205 | 62 | 0 | 10 | 54 | 253 | 41 | 52 |
| Binary | 1001000 | 10010000 | 10000101 | 110010 | 0 | 1000 | 101100 | 10101011 | 100001 | 101010 |
Color Harmonies of #489085
Complementary color
Monochromatic Colors of #489085
Black with #489085
Text Example
Text Example
White with #489085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489085; }
p { color: rgb(72,144,133); }
H1.HeaderClassName
{
color: #489085;
}
.AnyTagClassName
{
color: #489085;
}
</style>
background-color css
<style>
a { background-color: #489085; }
a { background-color: rgb(72,144,133); }
div.DivClassName
{
background-color: #489085;
}
.BgClassName
{
background-color: #489085;
}
</style>
border-color css
<style>
span { border-color: #489085; }
span { border-color: rgb(72,144,133); }
td.TdClassName
{
border-color: #489085;
}
.TagClassName
{
border-color: #489085;
}
</style>