Shades of Lochinvar #4D9284
Tints of Lochinvar #4D9284
RGB
CMYK
RGB Variations
Color information
#4D9284 (or 0x4D9284) is known color: Lochinvar. HEX triplet: 4D, 92 and 84. RGB value is (77,146,132). Sum of RGB (Red+Green+Blue) = 77+146+132=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9284 is #B26D7B. Grayscale: #7B7B7B. Windows color (decimal): -11693436 or 8688205. OLE color: 8688205.
HSL color Cylindrical-coordinate representation of color #4D9284: hue angle of 167.83º degrees, saturation: 0.31, 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 #4D9284 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 132 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.43 |
| HSL | 167.83º | 0.31% | 0.44% | - |
| HSV(B) | 167.83º | 0.47% | 0.57% | - |
| XYZ | 17.5 | 23.8 | 25.5 | - |
| YUV | 123.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 132 | 0.47 | 0 | 0.10 | 0.43 | 167.83 | 0.31 | 0.44 |
| Hex | 4D | 92 | 84 | 2F | 0 | A | 2B | A8 | 1F | 2C |
| Octal | 115 | 222 | 204 | 57 | 0 | 12 | 53 | 250 | 37 | 54 |
| Binary | 1001101 | 10010010 | 10000100 | 101111 | 0 | 1010 | 101011 | 10101000 | 11111 | 101100 |
Color Harmonies of #4D9284
Complementary color
Monochromatic Colors of #4D9284
Black with #4D9284
Text Example
Text Example
White with #4D9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9284; }
p { color: rgb(77,146,132); }
H1.HeaderClassName
{
color: #4D9284;
}
.AnyTagClassName
{
color: #4D9284;
}
</style>
background-color css
<style>
a { background-color: #4D9284; }
a { background-color: rgb(77,146,132); }
div.DivClassName
{
background-color: #4D9284;
}
.BgClassName
{
background-color: #4D9284;
}
</style>
border-color css
<style>
span { border-color: #4D9284; }
span { border-color: rgb(77,146,132); }
td.TdClassName
{
border-color: #4D9284;
}
.TagClassName
{
border-color: #4D9284;
}
</style>