Shades of Lochinvar #4A9189
Tints of Lochinvar #4A9189
RGB
CMYK
RGB Variations
Color information
#4A9189 (or 0x4A9189) is known color: Lochinvar. HEX triplet: 4A, 91 and 89. RGB value is (74,145,137). Sum of RGB (Red+Green+Blue) = 74+145+137=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #4A9189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9189 is #B56E76. Grayscale: #7A7A7A. Windows color (decimal): -11890295 or 9015626. OLE color: 9015626.
HSL color Cylindrical-coordinate representation of color #4A9189: hue angle of 173.24º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9189 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 145 | 137 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.43 |
| HSL | 173.24º | 0.32% | 0.43% | - |
| HSV(B) | 173.24º | 0.49% | 0.57% | - |
| XYZ | 17.46 | 23.51 | 27.28 | - |
| YUV | 122.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 137 | 0.49 | 0 | 0.06 | 0.43 | 173.24 | 0.32 | 0.43 |
| Hex | 4A | 91 | 89 | 31 | 0 | 6 | 2B | AD | 20 | 2B |
| Octal | 112 | 221 | 211 | 61 | 0 | 6 | 53 | 255 | 40 | 53 |
| Binary | 1001010 | 10010001 | 10001001 | 110001 | 0 | 110 | 101011 | 10101101 | 100000 | 101011 |
Color Harmonies of #4A9189
Complementary color
Monochromatic Colors of #4A9189
Black with #4A9189
Text Example
Text Example
White with #4A9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9189; }
p { color: rgb(74,145,137); }
H1.HeaderClassName
{
color: #4A9189;
}
.AnyTagClassName
{
color: #4A9189;
}
</style>
background-color css
<style>
a { background-color: #4A9189; }
a { background-color: rgb(74,145,137); }
div.DivClassName
{
background-color: #4A9189;
}
.BgClassName
{
background-color: #4A9189;
}
</style>
border-color css
<style>
span { border-color: #4A9189; }
span { border-color: rgb(74,145,137); }
td.TdClassName
{
border-color: #4A9189;
}
.TagClassName
{
border-color: #4A9189;
}
</style>