Shades of Lochinvar #458D81
Tints of Lochinvar #458D81
RGB
CMYK
RGB Variations
Color information
#458D81 (or 0x458D81) is known color: Lochinvar. HEX triplet: 45, 8D and 81. RGB value is (69,141,129). Sum of RGB (Red+Green+Blue) = 69+141+129=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #458D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458D81 is #BA727E. Grayscale: #767676. Windows color (decimal): -12219007 or 8490309. OLE color: 8490309.
HSL color Cylindrical-coordinate representation of color #458D81: hue angle of 170º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D81 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 129 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.45 |
| HSL | 170º | 0.34% | 0.41% | - |
| HSV(B) | 170º | 0.51% | 0.55% | - |
| XYZ | 15.94 | 21.9 | 24.16 | - |
| YUV | 118.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 129 | 0.51 | 0 | 0.09 | 0.45 | 170 | 0.34 | 0.41 |
| Hex | 45 | 8D | 81 | 33 | 0 | 9 | 2D | AA | 22 | 29 |
| Octal | 105 | 215 | 201 | 63 | 0 | 11 | 55 | 252 | 42 | 51 |
| Binary | 1000101 | 10001101 | 10000001 | 110011 | 0 | 1001 | 101101 | 10101010 | 100010 | 101001 |
Color Harmonies of #458D81
Complementary color
Monochromatic Colors of #458D81
Black with #458D81
Text Example
Text Example
White with #458D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D81; }
p { color: rgb(69,141,129); }
H1.HeaderClassName
{
color: #458D81;
}
.AnyTagClassName
{
color: #458D81;
}
</style>
background-color css
<style>
a { background-color: #458D81; }
a { background-color: rgb(69,141,129); }
div.DivClassName
{
background-color: #458D81;
}
.BgClassName
{
background-color: #458D81;
}
</style>
border-color css
<style>
span { border-color: #458D81; }
span { border-color: rgb(69,141,129); }
td.TdClassName
{
border-color: #458D81;
}
.TagClassName
{
border-color: #458D81;
}
</style>