Shades of Lochinvar #46927B
Tints of Lochinvar #46927B
RGB
CMYK
RGB Variations
Color information
#46927B (or 0x46927B) is known color: Lochinvar. HEX triplet: 46, 92 and 7B. RGB value is (70,146,123). Sum of RGB (Red+Green+Blue) = 70+146+123=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #46927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46927B is #B96D84. Grayscale: #787878. Windows color (decimal): -12152197 or 8098374. OLE color: 8098374.
HSL color Cylindrical-coordinate representation of color #46927B: hue angle of 161.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46927B is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 123 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.43 |
| HSL | 161.84º | 0.35% | 0.42% | - |
| HSV(B) | 161.84º | 0.52% | 0.57% | - |
| XYZ | 16.38 | 23.29 | 22.37 | - |
| YUV | 120.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 123 | 0.52 | 0 | 0.16 | 0.43 | 161.84 | 0.35 | 0.42 |
| Hex | 46 | 92 | 7B | 34 | 0 | 10 | 2B | A2 | 23 | 2A |
| Octal | 106 | 222 | 173 | 64 | 0 | 20 | 53 | 242 | 43 | 52 |
| Binary | 1000110 | 10010010 | 1111011 | 110100 | 0 | 10000 | 101011 | 10100010 | 100011 | 101010 |
Color Harmonies of #46927B
Complementary color
Monochromatic Colors of #46927B
Black with #46927B
Text Example
Text Example
White with #46927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46927B; }
p { color: rgb(70,146,123); }
H1.HeaderClassName
{
color: #46927B;
}
.AnyTagClassName
{
color: #46927B;
}
</style>
background-color css
<style>
a { background-color: #46927B; }
a { background-color: rgb(70,146,123); }
div.DivClassName
{
background-color: #46927B;
}
.BgClassName
{
background-color: #46927B;
}
</style>
border-color css
<style>
span { border-color: #46927B; }
span { border-color: rgb(70,146,123); }
td.TdClassName
{
border-color: #46927B;
}
.TagClassName
{
border-color: #46927B;
}
</style>