Shades of Lochinvar #45867D
Tints of Lochinvar #45867D
RGB
CMYK
RGB Variations
Color information
#45867D (or 0x45867D) is known color: Lochinvar. HEX triplet: 45, 86 and 7D. RGB value is (69,134,125). Sum of RGB (Red+Green+Blue) = 69+134+125=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #45867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45867D is #BA7982. Grayscale: #717171. Windows color (decimal): -12220803 or 8226373. OLE color: 8226373.
HSL color Cylindrical-coordinate representation of color #45867D: hue angle of 171.69º 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 #45867D is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 134 | 125 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.47 |
| HSL | 171.69º | 0.32% | 0.4% | - |
| HSV(B) | 171.69º | 0.49% | 0.53% | - |
| XYZ | 14.68 | 19.8 | 22.45 | - |
| YUV | 113.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 125 | 0.49 | 0 | 0.07 | 0.47 | 171.69 | 0.32 | 0.4 |
| Hex | 45 | 86 | 7D | 31 | 0 | 7 | 2F | AC | 20 | 28 |
| Octal | 105 | 206 | 175 | 61 | 0 | 7 | 57 | 254 | 40 | 50 |
| Binary | 1000101 | 10000110 | 1111101 | 110001 | 0 | 111 | 101111 | 10101100 | 100000 | 101000 |
Color Harmonies of #45867D
Complementary color
Monochromatic Colors of #45867D
Black with #45867D
Text Example
Text Example
White with #45867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45867D; }
p { color: rgb(69,134,125); }
H1.HeaderClassName
{
color: #45867D;
}
.AnyTagClassName
{
color: #45867D;
}
</style>
background-color css
<style>
a { background-color: #45867D; }
a { background-color: rgb(69,134,125); }
div.DivClassName
{
background-color: #45867D;
}
.BgClassName
{
background-color: #45867D;
}
</style>
border-color css
<style>
span { border-color: #45867D; }
span { border-color: rgb(69,134,125); }
td.TdClassName
{
border-color: #45867D;
}
.TagClassName
{
border-color: #45867D;
}
</style>