Shades of Lochinvar #458F7D
Tints of Lochinvar #458F7D
RGB
CMYK
RGB Variations
Color information
#458F7D (or 0x458F7D) is known color: Lochinvar. HEX triplet: 45, 8F and 7D. RGB value is (69,143,125). Sum of RGB (Red+Green+Blue) = 69+143+125=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #458F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458F7D is #BA7082. Grayscale: #767676. Windows color (decimal): -12218499 or 8228677. OLE color: 8228677.
HSL color Cylindrical-coordinate representation of color #458F7D: hue angle of 165.41º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458F7D is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 143 | 125 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.44 |
| HSL | 165.41º | 0.35% | 0.42% | - |
| HSV(B) | 165.41º | 0.52% | 0.56% | - |
| XYZ | 15.98 | 22.39 | 22.88 | - |
| YUV | 118.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 125 | 0.52 | 0 | 0.13 | 0.44 | 165.41 | 0.35 | 0.42 |
| Hex | 45 | 8F | 7D | 34 | 0 | D | 2C | A5 | 23 | 2A |
| Octal | 105 | 217 | 175 | 64 | 0 | 15 | 54 | 245 | 43 | 52 |
| Binary | 1000101 | 10001111 | 1111101 | 110100 | 0 | 1101 | 101100 | 10100101 | 100011 | 101010 |
Color Harmonies of #458F7D
Complementary color
Monochromatic Colors of #458F7D
Black with #458F7D
Text Example
Text Example
White with #458F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F7D; }
p { color: rgb(69,143,125); }
H1.HeaderClassName
{
color: #458F7D;
}
.AnyTagClassName
{
color: #458F7D;
}
</style>
background-color css
<style>
a { background-color: #458F7D; }
a { background-color: rgb(69,143,125); }
div.DivClassName
{
background-color: #458F7D;
}
.BgClassName
{
background-color: #458F7D;
}
</style>
border-color css
<style>
span { border-color: #458F7D; }
span { border-color: rgb(69,143,125); }
td.TdClassName
{
border-color: #458F7D;
}
.TagClassName
{
border-color: #458F7D;
}
</style>