Shades of Lochinvar #458982
Tints of Lochinvar #458982
RGB
CMYK
RGB Variations
Color information
#458982 (or 0x458982) is known color: Lochinvar. HEX triplet: 45, 89 and 82. RGB value is (69,137,130). Sum of RGB (Red+Green+Blue) = 69+137+130=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #458982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458982 is #BA767D. Grayscale: #737373. Windows color (decimal): -12220030 or 8554821. OLE color: 8554821.
HSL color Cylindrical-coordinate representation of color #458982: hue angle of 173.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458982 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 130 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.46 |
| HSL | 173.82º | 0.33% | 0.4% | - |
| HSV(B) | 173.82º | 0.5% | 0.54% | - |
| XYZ | 15.43 | 20.77 | 24.31 | - |
| YUV | 115.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 130 | 0.50 | 0 | 0.05 | 0.46 | 173.82 | 0.33 | 0.4 |
| Hex | 45 | 89 | 82 | 32 | 0 | 5 | 2E | AE | 21 | 28 |
| Octal | 105 | 211 | 202 | 62 | 0 | 5 | 56 | 256 | 41 | 50 |
| Binary | 1000101 | 10001001 | 10000010 | 110010 | 0 | 101 | 101110 | 10101110 | 100001 | 101000 |
Color Harmonies of #458982
Complementary color
Monochromatic Colors of #458982
Black with #458982
Text Example
Text Example
White with #458982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458982; }
p { color: rgb(69,137,130); }
H1.HeaderClassName
{
color: #458982;
}
.AnyTagClassName
{
color: #458982;
}
</style>
background-color css
<style>
a { background-color: #458982; }
a { background-color: rgb(69,137,130); }
div.DivClassName
{
background-color: #458982;
}
.BgClassName
{
background-color: #458982;
}
</style>
border-color css
<style>
span { border-color: #458982; }
span { border-color: rgb(69,137,130); }
td.TdClassName
{
border-color: #458982;
}
.TagClassName
{
border-color: #458982;
}
</style>