Shades of Lochinvar #4C9285
Tints of Lochinvar #4C9285
RGB
CMYK
RGB Variations
Color information
#4C9285 (or 0x4C9285) is known color: Lochinvar. HEX triplet: 4C, 92 and 85. RGB value is (76,146,133). Sum of RGB (Red+Green+Blue) = 76+146+133=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9285 is #B36D7A. Grayscale: #7B7B7B. Windows color (decimal): -11758971 or 8753740. OLE color: 8753740.
HSL color Cylindrical-coordinate representation of color #4C9285: hue angle of 168.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9285 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 133 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.43 |
| HSL | 168.86º | 0.32% | 0.44% | - |
| HSV(B) | 168.86º | 0.48% | 0.57% | - |
| XYZ | 17.49 | 23.79 | 25.86 | - |
| YUV | 123.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 133 | 0.48 | 0 | 0.09 | 0.43 | 168.86 | 0.32 | 0.44 |
| Hex | 4C | 92 | 85 | 30 | 0 | 9 | 2B | A9 | 20 | 2C |
| Octal | 114 | 222 | 205 | 60 | 0 | 11 | 53 | 251 | 40 | 54 |
| Binary | 1001100 | 10010010 | 10000101 | 110000 | 0 | 1001 | 101011 | 10101001 | 100000 | 101100 |
Color Harmonies of #4C9285
Complementary color
Monochromatic Colors of #4C9285
Black with #4C9285
Text Example
Text Example
White with #4C9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9285; }
p { color: rgb(76,146,133); }
H1.HeaderClassName
{
color: #4C9285;
}
.AnyTagClassName
{
color: #4C9285;
}
</style>
background-color css
<style>
a { background-color: #4C9285; }
a { background-color: rgb(76,146,133); }
div.DivClassName
{
background-color: #4C9285;
}
.BgClassName
{
background-color: #4C9285;
}
</style>
border-color css
<style>
span { border-color: #4C9285; }
span { border-color: rgb(76,146,133); }
td.TdClassName
{
border-color: #4C9285;
}
.TagClassName
{
border-color: #4C9285;
}
</style>