Shades of Lochinvar #4B957B
Tints of Lochinvar #4B957B
RGB
CMYK
RGB Variations
Color information
#4B957B (or 0x4B957B) is known color: Lochinvar. HEX triplet: 4B, 95 and 7B. RGB value is (75,149,123). Sum of RGB (Red+Green+Blue) = 75+149+123=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #4B957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B957B is #B46A84. Grayscale: #7B7B7B. Windows color (decimal): -11823749 or 8099147. OLE color: 8099147.
HSL color Cylindrical-coordinate representation of color #4B957B: hue angle of 158.92º 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 #4B957B is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 123 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.42 |
| HSL | 158.92º | 0.33% | 0.44% | - |
| HSV(B) | 158.92º | 0.5% | 0.58% | - |
| XYZ | 17.22 | 24.42 | 22.54 | - |
| YUV | 123.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 123 | 0.50 | 0 | 0.17 | 0.42 | 158.92 | 0.33 | 0.44 |
| Hex | 4B | 95 | 7B | 32 | 0 | 11 | 2A | 9F | 21 | 2C |
| Octal | 113 | 225 | 173 | 62 | 0 | 21 | 52 | 237 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1111011 | 110010 | 0 | 10001 | 101010 | 10011111 | 100001 | 101100 |
Color Harmonies of #4B957B
Complementary color
Monochromatic Colors of #4B957B
Black with #4B957B
Text Example
Text Example
White with #4B957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B957B; }
p { color: rgb(75,149,123); }
H1.HeaderClassName
{
color: #4B957B;
}
.AnyTagClassName
{
color: #4B957B;
}
</style>
background-color css
<style>
a { background-color: #4B957B; }
a { background-color: rgb(75,149,123); }
div.DivClassName
{
background-color: #4B957B;
}
.BgClassName
{
background-color: #4B957B;
}
</style>
border-color css
<style>
span { border-color: #4B957B; }
span { border-color: rgb(75,149,123); }
td.TdClassName
{
border-color: #4B957B;
}
.TagClassName
{
border-color: #4B957B;
}
</style>