Shades of Lochinvar #4F9281
Tints of Lochinvar #4F9281
RGB
CMYK
RGB Variations
Color information
#4F9281 (or 0x4F9281) is known color: Lochinvar. HEX triplet: 4F, 92 and 81. RGB value is (79,146,129). Sum of RGB (Red+Green+Blue) = 79+146+129=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9281 is #B06D7E. Grayscale: #7C7C7C. Windows color (decimal): -11562367 or 8491599. OLE color: 8491599.
HSL color Cylindrical-coordinate representation of color #4F9281: hue angle of 164.78º 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 #4F9281 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 129 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.43 |
| HSL | 164.78º | 0.3% | 0.44% | - |
| HSV(B) | 164.78º | 0.46% | 0.57% | - |
| XYZ | 17.47 | 23.81 | 24.44 | - |
| YUV | 124.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 129 | 0.46 | 0 | 0.12 | 0.43 | 164.78 | 0.3 | 0.44 |
| Hex | 4F | 92 | 81 | 2E | 0 | C | 2B | A5 | 1E | 2C |
| Octal | 117 | 222 | 201 | 56 | 0 | 14 | 53 | 245 | 36 | 54 |
| Binary | 1001111 | 10010010 | 10000001 | 101110 | 0 | 1100 | 101011 | 10100101 | 11110 | 101100 |
Color Harmonies of #4F9281
Complementary color
Monochromatic Colors of #4F9281
Black with #4F9281
Text Example
Text Example
White with #4F9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9281; }
p { color: rgb(79,146,129); }
H1.HeaderClassName
{
color: #4F9281;
}
.AnyTagClassName
{
color: #4F9281;
}
</style>
background-color css
<style>
a { background-color: #4F9281; }
a { background-color: rgb(79,146,129); }
div.DivClassName
{
background-color: #4F9281;
}
.BgClassName
{
background-color: #4F9281;
}
</style>
border-color css
<style>
span { border-color: #4F9281; }
span { border-color: rgb(79,146,129); }
td.TdClassName
{
border-color: #4F9281;
}
.TagClassName
{
border-color: #4F9281;
}
</style>