Shades of Lochinvar #479A8A
Tints of Lochinvar #479A8A
RGB
CMYK
RGB Variations
Color information
#479A8A (or 0x479A8A) is known color: Lochinvar. HEX triplet: 47, 9A and 8A. RGB value is (71,154,138). Sum of RGB (Red+Green+Blue) = 71+154+138=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #479A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A8A is #B86575. Grayscale: #7F7F7F. Windows color (decimal): -12084598 or 9083463. OLE color: 9083463.
HSL color Cylindrical-coordinate representation of color #479A8A: hue angle of 168.43º 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 #479A8A is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 138 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.40 |
| HSL | 168.43º | 0.37% | 0.44% | - |
| HSV(B) | 168.43º | 0.54% | 0.6% | - |
| XYZ | 18.74 | 26.29 | 28.13 | - |
| YUV | 127.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 138 | 0.54 | 0 | 0.10 | 0.40 | 168.43 | 0.37 | 0.44 |
| Hex | 47 | 9A | 8A | 36 | 0 | A | 28 | A8 | 25 | 2C |
| Octal | 107 | 232 | 212 | 66 | 0 | 12 | 50 | 250 | 45 | 54 |
| Binary | 1000111 | 10011010 | 10001010 | 110110 | 0 | 1010 | 101000 | 10101000 | 100101 | 101100 |
Color Harmonies of #479A8A
Complementary color
Monochromatic Colors of #479A8A
Black with #479A8A
Text Example
Text Example
White with #479A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A8A; }
p { color: rgb(71,154,138); }
H1.HeaderClassName
{
color: #479A8A;
}
.AnyTagClassName
{
color: #479A8A;
}
</style>
background-color css
<style>
a { background-color: #479A8A; }
a { background-color: rgb(71,154,138); }
div.DivClassName
{
background-color: #479A8A;
}
.BgClassName
{
background-color: #479A8A;
}
</style>
border-color css
<style>
span { border-color: #479A8A; }
span { border-color: rgb(71,154,138); }
td.TdClassName
{
border-color: #479A8A;
}
.TagClassName
{
border-color: #479A8A;
}
</style>