Shades of Lochinvar #47907A
Tints of Lochinvar #47907A
RGB
CMYK
RGB Variations
Color information
#47907A (or 0x47907A) is known color: Lochinvar. HEX triplet: 47, 90 and 7A. RGB value is (71,144,122). Sum of RGB (Red+Green+Blue) = 71+144+122=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #47907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47907A is #B86F85. Grayscale: #777777. Windows color (decimal): -12087174 or 8032327. OLE color: 8032327.
HSL color Cylindrical-coordinate representation of color #47907A: hue angle of 161.92º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47907A is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 122 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.44 |
| HSL | 161.92º | 0.34% | 0.42% | - |
| HSV(B) | 161.92º | 0.51% | 0.56% | - |
| XYZ | 16.08 | 22.69 | 21.94 | - |
| YUV | 119.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 122 | 0.51 | 0 | 0.15 | 0.44 | 161.92 | 0.34 | 0.42 |
| Hex | 47 | 90 | 7A | 33 | 0 | F | 2C | A2 | 22 | 2A |
| Octal | 107 | 220 | 172 | 63 | 0 | 17 | 54 | 242 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1111010 | 110011 | 0 | 1111 | 101100 | 10100010 | 100010 | 101010 |
Color Harmonies of #47907A
Complementary color
Monochromatic Colors of #47907A
Black with #47907A
Text Example
Text Example
White with #47907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47907A; }
p { color: rgb(71,144,122); }
H1.HeaderClassName
{
color: #47907A;
}
.AnyTagClassName
{
color: #47907A;
}
</style>
background-color css
<style>
a { background-color: #47907A; }
a { background-color: rgb(71,144,122); }
div.DivClassName
{
background-color: #47907A;
}
.BgClassName
{
background-color: #47907A;
}
</style>
border-color css
<style>
span { border-color: #47907A; }
span { border-color: rgb(71,144,122); }
td.TdClassName
{
border-color: #47907A;
}
.TagClassName
{
border-color: #47907A;
}
</style>