Shades of Lochinvar #4B9C7D
Tints of Lochinvar #4B9C7D
RGB
CMYK
RGB Variations
Color information
#4B9C7D (or 0x4B9C7D) is known color: Lochinvar. HEX triplet: 4B, 9C and 7D. RGB value is (75,156,125). Sum of RGB (Red+Green+Blue) = 75+156+125=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9C7D is #B46382. Grayscale: #808080. Windows color (decimal): -11821955 or 8232011. OLE color: 8232011.
HSL color Cylindrical-coordinate representation of color #4B9C7D: hue angle of 157.04º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9C7D is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 156 | 125 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.39 |
| HSL | 157.04º | 0.35% | 0.45% | - |
| HSV(B) | 157.04º | 0.52% | 0.61% | - |
| XYZ | 18.49 | 26.75 | 23.59 | - |
| YUV | 128.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 156 | 125 | 0.52 | 0 | 0.20 | 0.39 | 157.04 | 0.35 | 0.45 |
| Hex | 4B | 9C | 7D | 34 | 0 | 14 | 27 | 9D | 23 | 2D |
| Octal | 113 | 234 | 175 | 64 | 0 | 24 | 47 | 235 | 43 | 55 |
| Binary | 1001011 | 10011100 | 1111101 | 110100 | 0 | 10100 | 100111 | 10011101 | 100011 | 101101 |
Color Harmonies of #4B9C7D
Complementary color
Monochromatic Colors of #4B9C7D
Black with #4B9C7D
Text Example
Text Example
White with #4B9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9C7D; }
p { color: rgb(75,156,125); }
H1.HeaderClassName
{
color: #4B9C7D;
}
.AnyTagClassName
{
color: #4B9C7D;
}
</style>
background-color css
<style>
a { background-color: #4B9C7D; }
a { background-color: rgb(75,156,125); }
div.DivClassName
{
background-color: #4B9C7D;
}
.BgClassName
{
background-color: #4B9C7D;
}
</style>
border-color css
<style>
span { border-color: #4B9C7D; }
span { border-color: rgb(75,156,125); }
td.TdClassName
{
border-color: #4B9C7D;
}
.TagClassName
{
border-color: #4B9C7D;
}
</style>