Shades of Lochinvar #458B7B
Tints of Lochinvar #458B7B
RGB
CMYK
RGB Variations
Color information
#458B7B (or 0x458B7B) is known color: Lochinvar. HEX triplet: 45, 8B and 7B. RGB value is (69,139,123). Sum of RGB (Red+Green+Blue) = 69+139+123=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #458B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B7B is #BA7484. Grayscale: #747474. Windows color (decimal): -12219525 or 8096581. OLE color: 8096581.
HSL color Cylindrical-coordinate representation of color #458B7B: hue angle of 166.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B7B is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 123 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.45 |
| HSL | 166.29º | 0.34% | 0.41% | - |
| HSV(B) | 166.29º | 0.5% | 0.55% | - |
| XYZ | 15.26 | 21.16 | 22.02 | - |
| YUV | 116.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 123 | 0.50 | 0 | 0.12 | 0.45 | 166.29 | 0.34 | 0.41 |
| Hex | 45 | 8B | 7B | 32 | 0 | C | 2D | A6 | 22 | 29 |
| Octal | 105 | 213 | 173 | 62 | 0 | 14 | 55 | 246 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1111011 | 110010 | 0 | 1100 | 101101 | 10100110 | 100010 | 101001 |
Color Harmonies of #458B7B
Complementary color
Monochromatic Colors of #458B7B
Black with #458B7B
Text Example
Text Example
White with #458B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B7B; }
p { color: rgb(69,139,123); }
H1.HeaderClassName
{
color: #458B7B;
}
.AnyTagClassName
{
color: #458B7B;
}
</style>
background-color css
<style>
a { background-color: #458B7B; }
a { background-color: rgb(69,139,123); }
div.DivClassName
{
background-color: #458B7B;
}
.BgClassName
{
background-color: #458B7B;
}
</style>
border-color css
<style>
span { border-color: #458B7B; }
span { border-color: rgb(69,139,123); }
td.TdClassName
{
border-color: #458B7B;
}
.TagClassName
{
border-color: #458B7B;
}
</style>