Shades of Lochinvar #489A7D
Tints of Lochinvar #489A7D
RGB
CMYK
RGB Variations
Color information
#489A7D (or 0x489A7D) is known color: Lochinvar. HEX triplet: 48, 9A and 7D. RGB value is (72,154,125). Sum of RGB (Red+Green+Blue) = 72+154+125=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #489A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A7D is #B76582. Grayscale: #7E7E7E. Windows color (decimal): -12019075 or 8231496. OLE color: 8231496.
HSL color Cylindrical-coordinate representation of color #489A7D: hue angle of 158.78º 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 #489A7D is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 125 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.40 |
| HSL | 158.78º | 0.36% | 0.44% | - |
| HSV(B) | 158.78º | 0.53% | 0.6% | - |
| XYZ | 17.93 | 25.97 | 23.47 | - |
| YUV | 126.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 125 | 0.53 | 0 | 0.19 | 0.40 | 158.78 | 0.36 | 0.44 |
| Hex | 48 | 9A | 7D | 35 | 0 | 13 | 28 | 9F | 24 | 2C |
| Octal | 110 | 232 | 175 | 65 | 0 | 23 | 50 | 237 | 44 | 54 |
| Binary | 1001000 | 10011010 | 1111101 | 110101 | 0 | 10011 | 101000 | 10011111 | 100100 | 101100 |
Color Harmonies of #489A7D
Complementary color
Monochromatic Colors of #489A7D
Black with #489A7D
Text Example
Text Example
White with #489A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A7D; }
p { color: rgb(72,154,125); }
H1.HeaderClassName
{
color: #489A7D;
}
.AnyTagClassName
{
color: #489A7D;
}
</style>
background-color css
<style>
a { background-color: #489A7D; }
a { background-color: rgb(72,154,125); }
div.DivClassName
{
background-color: #489A7D;
}
.BgClassName
{
background-color: #489A7D;
}
</style>
border-color css
<style>
span { border-color: #489A7D; }
span { border-color: rgb(72,154,125); }
td.TdClassName
{
border-color: #489A7D;
}
.TagClassName
{
border-color: #489A7D;
}
</style>