Shades of Lochinvar #479D90
Tints of Lochinvar #479D90
RGB
CMYK
RGB Variations
Color information
#479D90 (or 0x479D90) is known color: Lochinvar. HEX triplet: 47, 9D and 90. RGB value is (71,157,144). Sum of RGB (Red+Green+Blue) = 71+157+144=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #479D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D90 is #B8626F. Grayscale: #818181. Windows color (decimal): -12083824 or 9477447. OLE color: 9477447.
HSL color Cylindrical-coordinate representation of color #479D90: hue angle of 170.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D90 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 144 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.38 |
| HSL | 170.93º | 0.38% | 0.45% | - |
| HSV(B) | 170.93º | 0.55% | 0.62% | - |
| XYZ | 19.69 | 27.47 | 30.65 | - |
| YUV | 129.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 144 | 0.55 | 0 | 0.08 | 0.38 | 170.93 | 0.38 | 0.45 |
| Hex | 47 | 9D | 90 | 37 | 0 | 8 | 26 | AB | 26 | 2D |
| Octal | 107 | 235 | 220 | 67 | 0 | 10 | 46 | 253 | 46 | 55 |
| Binary | 1000111 | 10011101 | 10010000 | 110111 | 0 | 1000 | 100110 | 10101011 | 100110 | 101101 |
Color Harmonies of #479D90
Complementary color
Monochromatic Colors of #479D90
Black with #479D90
Text Example
Text Example
White with #479D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D90; }
p { color: rgb(71,157,144); }
H1.HeaderClassName
{
color: #479D90;
}
.AnyTagClassName
{
color: #479D90;
}
</style>
background-color css
<style>
a { background-color: #479D90; }
a { background-color: rgb(71,157,144); }
div.DivClassName
{
background-color: #479D90;
}
.BgClassName
{
background-color: #479D90;
}
</style>
border-color css
<style>
span { border-color: #479D90; }
span { border-color: rgb(71,157,144); }
td.TdClassName
{
border-color: #479D90;
}
.TagClassName
{
border-color: #479D90;
}
</style>