Shades of Lochinvar #479A8B
Tints of Lochinvar #479A8B
RGB
CMYK
RGB Variations
Color information
#479A8B (or 0x479A8B) is known color: Lochinvar. HEX triplet: 47, 9A and 8B. RGB value is (71,154,139). Sum of RGB (Red+Green+Blue) = 71+154+139=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #479A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A8B is #B86574. Grayscale: #7F7F7F. Windows color (decimal): -12084597 or 9148999. OLE color: 9148999.
HSL color Cylindrical-coordinate representation of color #479A8B: hue angle of 169.16º 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 #479A8B is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 139 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.40 |
| HSL | 169.16º | 0.37% | 0.44% | - |
| HSV(B) | 169.16º | 0.54% | 0.6% | - |
| XYZ | 18.81 | 26.31 | 28.51 | - |
| YUV | 127.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 139 | 0.54 | 0 | 0.10 | 0.40 | 169.16 | 0.37 | 0.44 |
| Hex | 47 | 9A | 8B | 36 | 0 | A | 28 | A9 | 25 | 2C |
| Octal | 107 | 232 | 213 | 66 | 0 | 12 | 50 | 251 | 45 | 54 |
| Binary | 1000111 | 10011010 | 10001011 | 110110 | 0 | 1010 | 101000 | 10101001 | 100101 | 101100 |
Color Harmonies of #479A8B
Complementary color
Monochromatic Colors of #479A8B
Black with #479A8B
Text Example
Text Example
White with #479A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A8B; }
p { color: rgb(71,154,139); }
H1.HeaderClassName
{
color: #479A8B;
}
.AnyTagClassName
{
color: #479A8B;
}
</style>
background-color css
<style>
a { background-color: #479A8B; }
a { background-color: rgb(71,154,139); }
div.DivClassName
{
background-color: #479A8B;
}
.BgClassName
{
background-color: #479A8B;
}
</style>
border-color css
<style>
span { border-color: #479A8B; }
span { border-color: rgb(71,154,139); }
td.TdClassName
{
border-color: #479A8B;
}
.TagClassName
{
border-color: #479A8B;
}
</style>