Shades of Lochinvar #4F9282
Tints of Lochinvar #4F9282
RGB
CMYK
RGB Variations
Color information
#4F9282 (or 0x4F9282) is known color: Lochinvar. HEX triplet: 4F, 92 and 82. RGB value is (79,146,130). Sum of RGB (Red+Green+Blue) = 79+146+130=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9282 is #B06D7D. Grayscale: #7C7C7C. Windows color (decimal): -11562366 or 8557135. OLE color: 8557135.
HSL color Cylindrical-coordinate representation of color #4F9282: hue angle of 165.67º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9282 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 130 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.43 |
| HSL | 165.67º | 0.3% | 0.44% | - |
| HSV(B) | 165.67º | 0.46% | 0.57% | - |
| XYZ | 17.53 | 23.83 | 24.8 | - |
| YUV | 124.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 130 | 0.46 | 0 | 0.11 | 0.43 | 165.67 | 0.3 | 0.44 |
| Hex | 4F | 92 | 82 | 2E | 0 | B | 2B | A6 | 1E | 2C |
| Octal | 117 | 222 | 202 | 56 | 0 | 13 | 53 | 246 | 36 | 54 |
| Binary | 1001111 | 10010010 | 10000010 | 101110 | 0 | 1011 | 101011 | 10100110 | 11110 | 101100 |
Color Harmonies of #4F9282
Complementary color
Monochromatic Colors of #4F9282
Black with #4F9282
Text Example
Text Example
White with #4F9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9282; }
p { color: rgb(79,146,130); }
H1.HeaderClassName
{
color: #4F9282;
}
.AnyTagClassName
{
color: #4F9282;
}
</style>
background-color css
<style>
a { background-color: #4F9282; }
a { background-color: rgb(79,146,130); }
div.DivClassName
{
background-color: #4F9282;
}
.BgClassName
{
background-color: #4F9282;
}
</style>
border-color css
<style>
span { border-color: #4F9282; }
span { border-color: rgb(79,146,130); }
td.TdClassName
{
border-color: #4F9282;
}
.TagClassName
{
border-color: #4F9282;
}
</style>