Shades of Lochinvar #459981
Tints of Lochinvar #459981
RGB
CMYK
RGB Variations
Color information
#459981 (or 0x459981) is known color: Lochinvar. HEX triplet: 45, 99 and 81. RGB value is (69,153,129). Sum of RGB (Red+Green+Blue) = 69+153+129=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #459981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459981 is #BA667E. Grayscale: #7D7D7D. Windows color (decimal): -12215935 or 8493381. OLE color: 8493381.
HSL color Cylindrical-coordinate representation of color #459981: hue angle of 162.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459981 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 129 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.4 |
| HSL | 162.86º | 0.38% | 0.44% | - |
| HSV(B) | 162.86º | 0.55% | 0.6% | - |
| XYZ | 17.81 | 25.63 | 24.78 | - |
| YUV | 125.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 129 | 0.55 | 0 | 0.16 | 0.4 | 162.86 | 0.38 | 0.44 |
| Hex | 45 | 99 | 81 | 37 | 0 | 10 | 28 | A3 | 26 | 2C |
| Octal | 105 | 231 | 201 | 67 | 0 | 20 | 50 | 243 | 46 | 54 |
| Binary | 1000101 | 10011001 | 10000001 | 110111 | 0 | 10000 | 101000 | 10100011 | 100110 | 101100 |
Color Harmonies of #459981
Complementary color
Monochromatic Colors of #459981
Black with #459981
Text Example
Text Example
White with #459981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459981; }
p { color: rgb(69,153,129); }
H1.HeaderClassName
{
color: #459981;
}
.AnyTagClassName
{
color: #459981;
}
</style>
background-color css
<style>
a { background-color: #459981; }
a { background-color: rgb(69,153,129); }
div.DivClassName
{
background-color: #459981;
}
.BgClassName
{
background-color: #459981;
}
</style>
border-color css
<style>
span { border-color: #459981; }
span { border-color: rgb(69,153,129); }
td.TdClassName
{
border-color: #459981;
}
.TagClassName
{
border-color: #459981;
}
</style>