Shades of Lochinvar #4B9782
Tints of Lochinvar #4B9782
RGB
CMYK
RGB Variations
Color information
#4B9782 (or 0x4B9782) is known color: Lochinvar. HEX triplet: 4B, 97 and 82. RGB value is (75,151,130). Sum of RGB (Red+Green+Blue) = 75+151+130=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #4B9782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9782 is #B4687D. Grayscale: #7D7D7D. Windows color (decimal): -11823230 or 8558411. OLE color: 8558411.
HSL color Cylindrical-coordinate representation of color #4B9782: hue angle of 163.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9782 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 151 | 130 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.41 |
| HSL | 163.42º | 0.34% | 0.44% | - |
| HSV(B) | 163.42º | 0.5% | 0.59% | - |
| XYZ | 18 | 25.24 | 25.04 | - |
| YUV | 125.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 151 | 130 | 0.50 | 0 | 0.14 | 0.41 | 163.42 | 0.34 | 0.44 |
| Hex | 4B | 97 | 82 | 32 | 0 | E | 29 | A3 | 22 | 2C |
| Octal | 113 | 227 | 202 | 62 | 0 | 16 | 51 | 243 | 42 | 54 |
| Binary | 1001011 | 10010111 | 10000010 | 110010 | 0 | 1110 | 101001 | 10100011 | 100010 | 101100 |
Color Harmonies of #4B9782
Complementary color
Monochromatic Colors of #4B9782
Black with #4B9782
Text Example
Text Example
White with #4B9782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9782; }
p { color: rgb(75,151,130); }
H1.HeaderClassName
{
color: #4B9782;
}
.AnyTagClassName
{
color: #4B9782;
}
</style>
background-color css
<style>
a { background-color: #4B9782; }
a { background-color: rgb(75,151,130); }
div.DivClassName
{
background-color: #4B9782;
}
.BgClassName
{
background-color: #4B9782;
}
</style>
border-color css
<style>
span { border-color: #4B9782; }
span { border-color: rgb(75,151,130); }
td.TdClassName
{
border-color: #4B9782;
}
.TagClassName
{
border-color: #4B9782;
}
</style>