Shades of Lochinvar #458A79
Tints of Lochinvar #458A79
RGB
CMYK
RGB Variations
Color information
#458A79 (or 0x458A79) is known color: Lochinvar. HEX triplet: 45, 8A and 79. RGB value is (69,138,121). Sum of RGB (Red+Green+Blue) = 69+138+121=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #458A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A79 is #BA7586. Grayscale: #737373. Windows color (decimal): -12219783 or 7965253. OLE color: 7965253.
HSL color Cylindrical-coordinate representation of color #458A79: hue angle of 165.22º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A79 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 121 | - |
| CMYK | 0.5 | 0 | 0.12 | 0.46 |
| HSL | 165.22º | 0.33% | 0.41% | - |
| HSV(B) | 165.22º | 0.5% | 0.54% | - |
| XYZ | 14.99 | 20.82 | 21.32 | - |
| YUV | 115.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 121 | 0.5 | 0 | 0.12 | 0.46 | 165.22 | 0.33 | 0.41 |
| Hex | 45 | 8A | 79 | 32 | 0 | C | 2E | A5 | 21 | 29 |
| Octal | 105 | 212 | 171 | 62 | 0 | 14 | 56 | 245 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1111001 | 110010 | 0 | 1100 | 101110 | 10100101 | 100001 | 101001 |
Color Harmonies of #458A79
Complementary color
Monochromatic Colors of #458A79
Black with #458A79
Text Example
Text Example
White with #458A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A79; }
p { color: rgb(69,138,121); }
H1.HeaderClassName
{
color: #458A79;
}
.AnyTagClassName
{
color: #458A79;
}
</style>
background-color css
<style>
a { background-color: #458A79; }
a { background-color: rgb(69,138,121); }
div.DivClassName
{
background-color: #458A79;
}
.BgClassName
{
background-color: #458A79;
}
</style>
border-color css
<style>
span { border-color: #458A79; }
span { border-color: rgb(69,138,121); }
td.TdClassName
{
border-color: #458A79;
}
.TagClassName
{
border-color: #458A79;
}
</style>