Shades of Lochinvar #4E9285
Tints of Lochinvar #4E9285
RGB
CMYK
RGB Variations
Color information
#4E9285 (or 0x4E9285) is known color: Lochinvar. HEX triplet: 4E, 92 and 85. RGB value is (78,146,133). Sum of RGB (Red+Green+Blue) = 78+146+133=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9285 is #B16D7A. Grayscale: #7C7C7C. Windows color (decimal): -11627899 or 8753742. OLE color: 8753742.
HSL color Cylindrical-coordinate representation of color #4E9285: hue angle of 168.53º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9285 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 133 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.43 |
| HSL | 168.53º | 0.3% | 0.44% | - |
| HSV(B) | 168.53º | 0.47% | 0.57% | - |
| XYZ | 17.65 | 23.87 | 25.87 | - |
| YUV | 124.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 133 | 0.47 | 0 | 0.09 | 0.43 | 168.53 | 0.3 | 0.44 |
| Hex | 4E | 92 | 85 | 2F | 0 | 9 | 2B | A9 | 1E | 2C |
| Octal | 116 | 222 | 205 | 57 | 0 | 11 | 53 | 251 | 36 | 54 |
| Binary | 1001110 | 10010010 | 10000101 | 101111 | 0 | 1001 | 101011 | 10101001 | 11110 | 101100 |
Color Harmonies of #4E9285
Complementary color
Monochromatic Colors of #4E9285
Black with #4E9285
Text Example
Text Example
White with #4E9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9285; }
p { color: rgb(78,146,133); }
H1.HeaderClassName
{
color: #4E9285;
}
.AnyTagClassName
{
color: #4E9285;
}
</style>
background-color css
<style>
a { background-color: #4E9285; }
a { background-color: rgb(78,146,133); }
div.DivClassName
{
background-color: #4E9285;
}
.BgClassName
{
background-color: #4E9285;
}
</style>
border-color css
<style>
span { border-color: #4E9285; }
span { border-color: rgb(78,146,133); }
td.TdClassName
{
border-color: #4E9285;
}
.TagClassName
{
border-color: #4E9285;
}
</style>