Shades of Lochinvar #4F928C
Tints of Lochinvar #4F928C
RGB
CMYK
RGB Variations
Color information
#4F928C (or 0x4F928C) is known color: Lochinvar. HEX triplet: 4F, 92 and 8C. RGB value is (79,146,140). Sum of RGB (Red+Green+Blue) = 79+146+140=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #4F928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F928C is #B06D73. Grayscale: #7D7D7D. Windows color (decimal): -11562356 or 9212495. OLE color: 9212495.
HSL color Cylindrical-coordinate representation of color #4F928C: hue angle of 174.63º 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 #4F928C is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 140 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.43 |
| HSL | 174.63º | 0.3% | 0.44% | - |
| HSV(B) | 174.63º | 0.46% | 0.57% | - |
| XYZ | 18.24 | 24.11 | 28.5 | - |
| YUV | 125.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 140 | 0.46 | 0 | 0.04 | 0.43 | 174.63 | 0.3 | 0.44 |
| Hex | 4F | 92 | 8C | 2E | 0 | 4 | 2B | AF | 1E | 2C |
| Octal | 117 | 222 | 214 | 56 | 0 | 4 | 53 | 257 | 36 | 54 |
| Binary | 1001111 | 10010010 | 10001100 | 101110 | 0 | 100 | 101011 | 10101111 | 11110 | 101100 |
Color Harmonies of #4F928C
Complementary color
Monochromatic Colors of #4F928C
Black with #4F928C
Text Example
Text Example
White with #4F928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F928C; }
p { color: rgb(79,146,140); }
H1.HeaderClassName
{
color: #4F928C;
}
.AnyTagClassName
{
color: #4F928C;
}
</style>
background-color css
<style>
a { background-color: #4F928C; }
a { background-color: rgb(79,146,140); }
div.DivClassName
{
background-color: #4F928C;
}
.BgClassName
{
background-color: #4F928C;
}
</style>
border-color css
<style>
span { border-color: #4F928C; }
span { border-color: rgb(79,146,140); }
td.TdClassName
{
border-color: #4F928C;
}
.TagClassName
{
border-color: #4F928C;
}
</style>