Shades of Lochinvar #46887D
Tints of Lochinvar #46887D
RGB
CMYK
RGB Variations
Color information
#46887D (or 0x46887D) is known color: Lochinvar. HEX triplet: 46, 88 and 7D. RGB value is (70,136,125). Sum of RGB (Red+Green+Blue) = 70+136+125=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #46887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46887D is #B97782. Grayscale: #727272. Windows color (decimal): -12154755 or 8226886. OLE color: 8226886.
HSL color Cylindrical-coordinate representation of color #46887D: hue angle of 170º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46887D is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 125 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.47 |
| HSL | 170º | 0.32% | 0.4% | - |
| HSV(B) | 170º | 0.49% | 0.53% | - |
| XYZ | 15.03 | 20.39 | 22.55 | - |
| YUV | 115.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 125 | 0.49 | 0 | 0.08 | 0.47 | 170 | 0.32 | 0.4 |
| Hex | 46 | 88 | 7D | 31 | 0 | 8 | 2F | AA | 20 | 28 |
| Octal | 106 | 210 | 175 | 61 | 0 | 10 | 57 | 252 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1111101 | 110001 | 0 | 1000 | 101111 | 10101010 | 100000 | 101000 |
Color Harmonies of #46887D
Complementary color
Monochromatic Colors of #46887D
Black with #46887D
Text Example
Text Example
White with #46887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46887D; }
p { color: rgb(70,136,125); }
H1.HeaderClassName
{
color: #46887D;
}
.AnyTagClassName
{
color: #46887D;
}
</style>
background-color css
<style>
a { background-color: #46887D; }
a { background-color: rgb(70,136,125); }
div.DivClassName
{
background-color: #46887D;
}
.BgClassName
{
background-color: #46887D;
}
</style>
border-color css
<style>
span { border-color: #46887D; }
span { border-color: rgb(70,136,125); }
td.TdClassName
{
border-color: #46887D;
}
.TagClassName
{
border-color: #46887D;
}
</style>