Shades of Lochinvar #4B957A
Tints of Lochinvar #4B957A
RGB
CMYK
RGB Variations
Color information
#4B957A (or 0x4B957A) is known color: Lochinvar. HEX triplet: 4B, 95 and 7A. RGB value is (75,149,122). Sum of RGB (Red+Green+Blue) = 75+149+122=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #4B957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B957A is #B46A85. Grayscale: #7B7B7B. Windows color (decimal): -11823750 or 8033611. OLE color: 8033611.
HSL color Cylindrical-coordinate representation of color #4B957A: hue angle of 158.11º 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 #4B957A is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 122 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.42 |
| HSL | 158.11º | 0.33% | 0.44% | - |
| HSV(B) | 158.11º | 0.5% | 0.58% | - |
| XYZ | 17.16 | 24.4 | 22.22 | - |
| YUV | 123.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 122 | 0.50 | 0 | 0.18 | 0.42 | 158.11 | 0.33 | 0.44 |
| Hex | 4B | 95 | 7A | 32 | 0 | 12 | 2A | 9E | 21 | 2C |
| Octal | 113 | 225 | 172 | 62 | 0 | 22 | 52 | 236 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1111010 | 110010 | 0 | 10010 | 101010 | 10011110 | 100001 | 101100 |
Color Harmonies of #4B957A
Complementary color
Monochromatic Colors of #4B957A
Black with #4B957A
Text Example
Text Example
White with #4B957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B957A; }
p { color: rgb(75,149,122); }
H1.HeaderClassName
{
color: #4B957A;
}
.AnyTagClassName
{
color: #4B957A;
}
</style>
background-color css
<style>
a { background-color: #4B957A; }
a { background-color: rgb(75,149,122); }
div.DivClassName
{
background-color: #4B957A;
}
.BgClassName
{
background-color: #4B957A;
}
</style>
border-color css
<style>
span { border-color: #4B957A; }
span { border-color: rgb(75,149,122); }
td.TdClassName
{
border-color: #4B957A;
}
.TagClassName
{
border-color: #4B957A;
}
</style>