Shades of Lochinvar #4B957D
Tints of Lochinvar #4B957D
RGB
CMYK
RGB Variations
Color information
#4B957D (or 0x4B957D) is known color: Lochinvar. HEX triplet: 4B, 95 and 7D. RGB value is (75,149,125). Sum of RGB (Red+Green+Blue) = 75+149+125=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #4B957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B957D is #B46A82. Grayscale: #7C7C7C. Windows color (decimal): -11823747 or 8230219. OLE color: 8230219.
HSL color Cylindrical-coordinate representation of color #4B957D: hue angle of 160.54º 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 #4B957D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 125 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.42 |
| HSL | 160.54º | 0.33% | 0.44% | - |
| HSV(B) | 160.54º | 0.5% | 0.58% | - |
| XYZ | 17.35 | 24.47 | 23.21 | - |
| YUV | 124.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 125 | 0.50 | 0 | 0.16 | 0.42 | 160.54 | 0.33 | 0.44 |
| Hex | 4B | 95 | 7D | 32 | 0 | 10 | 2A | A1 | 21 | 2C |
| Octal | 113 | 225 | 175 | 62 | 0 | 20 | 52 | 241 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1111101 | 110010 | 0 | 10000 | 101010 | 10100001 | 100001 | 101100 |
Color Harmonies of #4B957D
Complementary color
Monochromatic Colors of #4B957D
Black with #4B957D
Text Example
Text Example
White with #4B957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B957D; }
p { color: rgb(75,149,125); }
H1.HeaderClassName
{
color: #4B957D;
}
.AnyTagClassName
{
color: #4B957D;
}
</style>
background-color css
<style>
a { background-color: #4B957D; }
a { background-color: rgb(75,149,125); }
div.DivClassName
{
background-color: #4B957D;
}
.BgClassName
{
background-color: #4B957D;
}
</style>
border-color css
<style>
span { border-color: #4B957D; }
span { border-color: rgb(75,149,125); }
td.TdClassName
{
border-color: #4B957D;
}
.TagClassName
{
border-color: #4B957D;
}
</style>