Shades of Lochinvar #4B9577
Tints of Lochinvar #4B9577
RGB
CMYK
RGB Variations
Color information
#4B9577 (or 0x4B9577) is known color: Lochinvar. HEX triplet: 4B, 95 and 77. RGB value is (75,149,119). Sum of RGB (Red+Green+Blue) = 75+149+119=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9577 is #B46A88. Grayscale: #7B7B7B. Windows color (decimal): -11823753 or 7837003. OLE color: 7837003.
HSL color Cylindrical-coordinate representation of color #4B9577: hue angle of 155.68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9577 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 119 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.42 |
| HSL | 155.68º | 0.33% | 0.44% | - |
| HSV(B) | 155.68º | 0.5% | 0.58% | - |
| XYZ | 16.98 | 24.32 | 21.25 | - |
| YUV | 123.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 119 | 0.50 | 0 | 0.20 | 0.42 | 155.68 | 0.33 | 0.44 |
| Hex | 4B | 95 | 77 | 32 | 0 | 14 | 2A | 9C | 21 | 2C |
| Octal | 113 | 225 | 167 | 62 | 0 | 24 | 52 | 234 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1110111 | 110010 | 0 | 10100 | 101010 | 10011100 | 100001 | 101100 |
Color Harmonies of #4B9577
Complementary color
Monochromatic Colors of #4B9577
Black with #4B9577
Text Example
Text Example
White with #4B9577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9577; }
p { color: rgb(75,149,119); }
H1.HeaderClassName
{
color: #4B9577;
}
.AnyTagClassName
{
color: #4B9577;
}
</style>
background-color css
<style>
a { background-color: #4B9577; }
a { background-color: rgb(75,149,119); }
div.DivClassName
{
background-color: #4B9577;
}
.BgClassName
{
background-color: #4B9577;
}
</style>
border-color css
<style>
span { border-color: #4B9577; }
span { border-color: rgb(75,149,119); }
td.TdClassName
{
border-color: #4B9577;
}
.TagClassName
{
border-color: #4B9577;
}
</style>