Shades of Lochinvar #459183
Tints of Lochinvar #459183
RGB
CMYK
RGB Variations
Color information
#459183 (or 0x459183) is known color: Lochinvar. HEX triplet: 45, 91 and 83. RGB value is (69,145,131). Sum of RGB (Red+Green+Blue) = 69+145+131=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #459183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459183 is #BA6E7C. Grayscale: #787878. Windows color (decimal): -12217981 or 8622405. OLE color: 8622405.
HSL color Cylindrical-coordinate representation of color #459183: hue angle of 168.95º degrees, saturation: 0.36, 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 #459183 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 145 | 131 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.43 |
| HSL | 168.95º | 0.36% | 0.42% | - |
| HSV(B) | 168.95º | 0.52% | 0.57% | - |
| XYZ | 16.68 | 23.15 | 25.06 | - |
| YUV | 120.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 131 | 0.52 | 0 | 0.10 | 0.43 | 168.95 | 0.36 | 0.42 |
| Hex | 45 | 91 | 83 | 34 | 0 | A | 2B | A9 | 24 | 2A |
| Octal | 105 | 221 | 203 | 64 | 0 | 12 | 53 | 251 | 44 | 52 |
| Binary | 1000101 | 10010001 | 10000011 | 110100 | 0 | 1010 | 101011 | 10101001 | 100100 | 101010 |
Color Harmonies of #459183
Complementary color
Monochromatic Colors of #459183
Black with #459183
Text Example
Text Example
White with #459183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459183; }
p { color: rgb(69,145,131); }
H1.HeaderClassName
{
color: #459183;
}
.AnyTagClassName
{
color: #459183;
}
</style>
background-color css
<style>
a { background-color: #459183; }
a { background-color: rgb(69,145,131); }
div.DivClassName
{
background-color: #459183;
}
.BgClassName
{
background-color: #459183;
}
</style>
border-color css
<style>
span { border-color: #459183; }
span { border-color: rgb(69,145,131); }
td.TdClassName
{
border-color: #459183;
}
.TagClassName
{
border-color: #459183;
}
</style>