Shades of Lochinvar #47918A
Tints of Lochinvar #47918A
RGB
CMYK
RGB Variations
Color information
#47918A (or 0x47918A) is known color: Lochinvar. HEX triplet: 47, 91 and 8A. RGB value is (71,145,138). Sum of RGB (Red+Green+Blue) = 71+145+138=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #47918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47918A is #B86E75. Grayscale: #7A7A7A. Windows color (decimal): -12086902 or 9081159. OLE color: 9081159.
HSL color Cylindrical-coordinate representation of color #47918A: hue angle of 174.32º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47918A is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 138 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.43 |
| HSL | 174.32º | 0.34% | 0.42% | - |
| HSV(B) | 174.32º | 0.51% | 0.57% | - |
| XYZ | 17.31 | 23.43 | 27.65 | - |
| YUV | 122.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 138 | 0.51 | 0 | 0.05 | 0.43 | 174.32 | 0.34 | 0.42 |
| Hex | 47 | 91 | 8A | 33 | 0 | 5 | 2B | AE | 22 | 2A |
| Octal | 107 | 221 | 212 | 63 | 0 | 5 | 53 | 256 | 42 | 52 |
| Binary | 1000111 | 10010001 | 10001010 | 110011 | 0 | 101 | 101011 | 10101110 | 100010 | 101010 |
Color Harmonies of #47918A
Complementary color
Monochromatic Colors of #47918A
Black with #47918A
Text Example
Text Example
White with #47918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47918A; }
p { color: rgb(71,145,138); }
H1.HeaderClassName
{
color: #47918A;
}
.AnyTagClassName
{
color: #47918A;
}
</style>
background-color css
<style>
a { background-color: #47918A; }
a { background-color: rgb(71,145,138); }
div.DivClassName
{
background-color: #47918A;
}
.BgClassName
{
background-color: #47918A;
}
</style>
border-color css
<style>
span { border-color: #47918A; }
span { border-color: rgb(71,145,138); }
td.TdClassName
{
border-color: #47918A;
}
.TagClassName
{
border-color: #47918A;
}
</style>