Shades of Lochinvar #458A7F
Tints of Lochinvar #458A7F
RGB
CMYK
RGB Variations
Color information
#458A7F (or 0x458A7F) is known color: Lochinvar. HEX triplet: 45, 8A and 7F. RGB value is (69,138,127). Sum of RGB (Red+Green+Blue) = 69+138+127=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #458A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A7F is #BA7580. Grayscale: #747474. Windows color (decimal): -12219777 or 8358469. OLE color: 8358469.
HSL color Cylindrical-coordinate representation of color #458A7F: hue angle of 170.43º 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 #458A7F is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 127 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.46 |
| HSL | 170.43º | 0.33% | 0.41% | - |
| HSV(B) | 170.43º | 0.5% | 0.54% | - |
| XYZ | 15.37 | 20.97 | 23.32 | - |
| YUV | 116.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 127 | 0.5 | 0 | 0.08 | 0.46 | 170.43 | 0.33 | 0.41 |
| Hex | 45 | 8A | 7F | 32 | 0 | 8 | 2E | AA | 21 | 29 |
| Octal | 105 | 212 | 177 | 62 | 0 | 10 | 56 | 252 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1111111 | 110010 | 0 | 1000 | 101110 | 10101010 | 100001 | 101001 |
Color Harmonies of #458A7F
Complementary color
Monochromatic Colors of #458A7F
Black with #458A7F
Text Example
Text Example
White with #458A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A7F; }
p { color: rgb(69,138,127); }
H1.HeaderClassName
{
color: #458A7F;
}
.AnyTagClassName
{
color: #458A7F;
}
</style>
background-color css
<style>
a { background-color: #458A7F; }
a { background-color: rgb(69,138,127); }
div.DivClassName
{
background-color: #458A7F;
}
.BgClassName
{
background-color: #458A7F;
}
</style>
border-color css
<style>
span { border-color: #458A7F; }
span { border-color: rgb(69,138,127); }
td.TdClassName
{
border-color: #458A7F;
}
.TagClassName
{
border-color: #458A7F;
}
</style>