Shades of Lochinvar #479A8D
Tints of Lochinvar #479A8D
RGB
CMYK
RGB Variations
Color information
#479A8D (or 0x479A8D) is known color: Lochinvar. HEX triplet: 47, 9A and 8D. RGB value is (71,154,141). Sum of RGB (Red+Green+Blue) = 71+154+141=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #479A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A8D is #B86572. Grayscale: #7F7F7F. Windows color (decimal): -12084595 or 9280071. OLE color: 9280071.
HSL color Cylindrical-coordinate representation of color #479A8D: hue angle of 170.6º 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 #479A8D is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 141 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.40 |
| HSL | 170.6º | 0.37% | 0.44% | - |
| HSV(B) | 170.6º | 0.54% | 0.6% | - |
| XYZ | 18.96 | 26.37 | 29.29 | - |
| YUV | 127.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 141 | 0.54 | 0 | 0.08 | 0.40 | 170.6 | 0.37 | 0.44 |
| Hex | 47 | 9A | 8D | 36 | 0 | 8 | 28 | AB | 25 | 2C |
| Octal | 107 | 232 | 215 | 66 | 0 | 10 | 50 | 253 | 45 | 54 |
| Binary | 1000111 | 10011010 | 10001101 | 110110 | 0 | 1000 | 101000 | 10101011 | 100101 | 101100 |
Color Harmonies of #479A8D
Complementary color
Monochromatic Colors of #479A8D
Black with #479A8D
Text Example
Text Example
White with #479A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A8D; }
p { color: rgb(71,154,141); }
H1.HeaderClassName
{
color: #479A8D;
}
.AnyTagClassName
{
color: #479A8D;
}
</style>
background-color css
<style>
a { background-color: #479A8D; }
a { background-color: rgb(71,154,141); }
div.DivClassName
{
background-color: #479A8D;
}
.BgClassName
{
background-color: #479A8D;
}
</style>
border-color css
<style>
span { border-color: #479A8D; }
span { border-color: rgb(71,154,141); }
td.TdClassName
{
border-color: #479A8D;
}
.TagClassName
{
border-color: #479A8D;
}
</style>