Shades of Lochinvar #458E83
Tints of Lochinvar #458E83
RGB
CMYK
RGB Variations
Color information
#458E83 (or 0x458E83) is known color: Lochinvar. HEX triplet: 45, 8E and 83. RGB value is (69,142,131). Sum of RGB (Red+Green+Blue) = 69+142+131=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #458E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458E83 is #BA717C. Grayscale: #767676. Windows color (decimal): -12218749 or 8621637. OLE color: 8621637.
HSL color Cylindrical-coordinate representation of color #458E83: hue angle of 170.96º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458E83 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 142 | 131 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.44 |
| HSL | 170.96º | 0.35% | 0.41% | - |
| HSV(B) | 170.96º | 0.51% | 0.56% | - |
| XYZ | 16.22 | 22.25 | 24.91 | - |
| YUV | 118.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 131 | 0.51 | 0 | 0.08 | 0.44 | 170.96 | 0.35 | 0.41 |
| Hex | 45 | 8E | 83 | 33 | 0 | 8 | 2C | AB | 23 | 29 |
| Octal | 105 | 216 | 203 | 63 | 0 | 10 | 54 | 253 | 43 | 51 |
| Binary | 1000101 | 10001110 | 10000011 | 110011 | 0 | 1000 | 101100 | 10101011 | 100011 | 101001 |
Color Harmonies of #458E83
Complementary color
Monochromatic Colors of #458E83
Black with #458E83
Text Example
Text Example
White with #458E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458E83; }
p { color: rgb(69,142,131); }
H1.HeaderClassName
{
color: #458E83;
}
.AnyTagClassName
{
color: #458E83;
}
</style>
background-color css
<style>
a { background-color: #458E83; }
a { background-color: rgb(69,142,131); }
div.DivClassName
{
background-color: #458E83;
}
.BgClassName
{
background-color: #458E83;
}
</style>
border-color css
<style>
span { border-color: #458E83; }
span { border-color: rgb(69,142,131); }
td.TdClassName
{
border-color: #458E83;
}
.TagClassName
{
border-color: #458E83;
}
</style>