Shades of Lochinvar #489A85
Tints of Lochinvar #489A85
RGB
CMYK
RGB Variations
Color information
#489A85 (or 0x489A85) is known color: Lochinvar. HEX triplet: 48, 9A and 85. RGB value is (72,154,133). Sum of RGB (Red+Green+Blue) = 72+154+133=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #489A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A85 is #B7657A. Grayscale: #7F7F7F. Windows color (decimal): -12019067 or 8755784. OLE color: 8755784.
HSL color Cylindrical-coordinate representation of color #489A85: hue angle of 164.63º 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 #489A85 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 133 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.40 |
| HSL | 164.63º | 0.36% | 0.44% | - |
| HSV(B) | 164.63º | 0.53% | 0.6% | - |
| XYZ | 18.46 | 26.18 | 26.27 | - |
| YUV | 127.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 133 | 0.53 | 0 | 0.14 | 0.40 | 164.63 | 0.36 | 0.44 |
| Hex | 48 | 9A | 85 | 35 | 0 | E | 28 | A5 | 24 | 2C |
| Octal | 110 | 232 | 205 | 65 | 0 | 16 | 50 | 245 | 44 | 54 |
| Binary | 1001000 | 10011010 | 10000101 | 110101 | 0 | 1110 | 101000 | 10100101 | 100100 | 101100 |
Color Harmonies of #489A85
Complementary color
Monochromatic Colors of #489A85
Black with #489A85
Text Example
Text Example
White with #489A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A85; }
p { color: rgb(72,154,133); }
H1.HeaderClassName
{
color: #489A85;
}
.AnyTagClassName
{
color: #489A85;
}
</style>
background-color css
<style>
a { background-color: #489A85; }
a { background-color: rgb(72,154,133); }
div.DivClassName
{
background-color: #489A85;
}
.BgClassName
{
background-color: #489A85;
}
</style>
border-color css
<style>
span { border-color: #489A85; }
span { border-color: rgb(72,154,133); }
td.TdClassName
{
border-color: #489A85;
}
.TagClassName
{
border-color: #489A85;
}
</style>