Shades of Lochinvar #47937D
Tints of Lochinvar #47937D
RGB
CMYK
RGB Variations
Color information
#47937D (or 0x47937D) is known color: Lochinvar. HEX triplet: 47, 93 and 7D. RGB value is (71,147,125). Sum of RGB (Red+Green+Blue) = 71+147+125=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #47937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47937D is #B86C82. Grayscale: #797979. Windows color (decimal): -12086403 or 8229703. OLE color: 8229703.
HSL color Cylindrical-coordinate representation of color #47937D: hue angle of 162.63º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47937D is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 125 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.42 |
| HSL | 162.63º | 0.35% | 0.43% | - |
| HSV(B) | 162.63º | 0.52% | 0.58% | - |
| XYZ | 16.73 | 23.69 | 23.09 | - |
| YUV | 121.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 125 | 0.52 | 0 | 0.15 | 0.42 | 162.63 | 0.35 | 0.43 |
| Hex | 47 | 93 | 7D | 34 | 0 | F | 2A | A3 | 23 | 2B |
| Octal | 107 | 223 | 175 | 64 | 0 | 17 | 52 | 243 | 43 | 53 |
| Binary | 1000111 | 10010011 | 1111101 | 110100 | 0 | 1111 | 101010 | 10100011 | 100011 | 101011 |
Color Harmonies of #47937D
Complementary color
Monochromatic Colors of #47937D
Black with #47937D
Text Example
Text Example
White with #47937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47937D; }
p { color: rgb(71,147,125); }
H1.HeaderClassName
{
color: #47937D;
}
.AnyTagClassName
{
color: #47937D;
}
</style>
background-color css
<style>
a { background-color: #47937D; }
a { background-color: rgb(71,147,125); }
div.DivClassName
{
background-color: #47937D;
}
.BgClassName
{
background-color: #47937D;
}
</style>
border-color css
<style>
span { border-color: #47937D; }
span { border-color: rgb(71,147,125); }
td.TdClassName
{
border-color: #47937D;
}
.TagClassName
{
border-color: #47937D;
}
</style>