Shades of Lochinvar #46907D
Tints of Lochinvar #46907D
RGB
CMYK
RGB Variations
Color information
#46907D (or 0x46907D) is known color: Lochinvar. HEX triplet: 46, 90 and 7D. RGB value is (70,144,125). Sum of RGB (Red+Green+Blue) = 70+144+125=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #46907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46907D is #B96F82. Grayscale: #777777. Windows color (decimal): -12152707 or 8228934. OLE color: 8228934.
HSL color Cylindrical-coordinate representation of color #46907D: hue angle of 164.59º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46907D is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 144 | 125 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.44 |
| HSL | 164.59º | 0.35% | 0.42% | - |
| HSV(B) | 164.59º | 0.51% | 0.56% | - |
| XYZ | 16.2 | 22.73 | 22.94 | - |
| YUV | 119.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 125 | 0.51 | 0 | 0.13 | 0.44 | 164.59 | 0.35 | 0.42 |
| Hex | 46 | 90 | 7D | 33 | 0 | D | 2C | A5 | 23 | 2A |
| Octal | 106 | 220 | 175 | 63 | 0 | 15 | 54 | 245 | 43 | 52 |
| Binary | 1000110 | 10010000 | 1111101 | 110011 | 0 | 1101 | 101100 | 10100101 | 100011 | 101010 |
Color Harmonies of #46907D
Complementary color
Monochromatic Colors of #46907D
Black with #46907D
Text Example
Text Example
White with #46907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46907D; }
p { color: rgb(70,144,125); }
H1.HeaderClassName
{
color: #46907D;
}
.AnyTagClassName
{
color: #46907D;
}
</style>
background-color css
<style>
a { background-color: #46907D; }
a { background-color: rgb(70,144,125); }
div.DivClassName
{
background-color: #46907D;
}
.BgClassName
{
background-color: #46907D;
}
</style>
border-color css
<style>
span { border-color: #46907D; }
span { border-color: rgb(70,144,125); }
td.TdClassName
{
border-color: #46907D;
}
.TagClassName
{
border-color: #46907D;
}
</style>