Shades of Lochinvar #47998C
Tints of Lochinvar #47998C
RGB
CMYK
RGB Variations
Color information
#47998C (or 0x47998C) is known color: Lochinvar. HEX triplet: 47, 99 and 8C. RGB value is (71,153,140). Sum of RGB (Red+Green+Blue) = 71+153+140=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #47998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47998C is #B86673. Grayscale: #7E7E7E. Windows color (decimal): -12084852 or 9214279. OLE color: 9214279.
HSL color Cylindrical-coordinate representation of color #47998C: hue angle of 170.49º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47998C is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 140 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.4 |
| HSL | 170.49º | 0.37% | 0.44% | - |
| HSV(B) | 170.49º | 0.54% | 0.6% | - |
| XYZ | 18.72 | 26.02 | 28.85 | - |
| YUV | 127 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 140 | 0.54 | 0 | 0.08 | 0.4 | 170.49 | 0.37 | 0.44 |
| Hex | 47 | 99 | 8C | 36 | 0 | 8 | 28 | AA | 25 | 2C |
| Octal | 107 | 231 | 214 | 66 | 0 | 10 | 50 | 252 | 45 | 54 |
| Binary | 1000111 | 10011001 | 10001100 | 110110 | 0 | 1000 | 101000 | 10101010 | 100101 | 101100 |
Color Harmonies of #47998C
Complementary color
Monochromatic Colors of #47998C
Black with #47998C
Text Example
Text Example
White with #47998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47998C; }
p { color: rgb(71,153,140); }
H1.HeaderClassName
{
color: #47998C;
}
.AnyTagClassName
{
color: #47998C;
}
</style>
background-color css
<style>
a { background-color: #47998C; }
a { background-color: rgb(71,153,140); }
div.DivClassName
{
background-color: #47998C;
}
.BgClassName
{
background-color: #47998C;
}
</style>
border-color css
<style>
span { border-color: #47998C; }
span { border-color: rgb(71,153,140); }
td.TdClassName
{
border-color: #47998C;
}
.TagClassName
{
border-color: #47998C;
}
</style>