Shades of Lochinvar #458A7B
Tints of Lochinvar #458A7B
RGB
CMYK
RGB Variations
Color information
#458A7B (or 0x458A7B) is known color: Lochinvar. HEX triplet: 45, 8A and 7B. RGB value is (69,138,123). Sum of RGB (Red+Green+Blue) = 69+138+123=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #458A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A7B is #BA7584. Grayscale: #737373. Windows color (decimal): -12219781 or 8096325. OLE color: 8096325.
HSL color Cylindrical-coordinate representation of color #458A7B: hue angle of 166.96º 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 #458A7B is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 123 | - |
| CMYK | 0.5 | 0 | 0.11 | 0.46 |
| HSL | 166.96º | 0.33% | 0.41% | - |
| HSV(B) | 166.96º | 0.5% | 0.54% | - |
| XYZ | 15.12 | 20.87 | 21.97 | - |
| YUV | 115.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 123 | 0.5 | 0 | 0.11 | 0.46 | 166.96 | 0.33 | 0.41 |
| Hex | 45 | 8A | 7B | 32 | 0 | B | 2E | A7 | 21 | 29 |
| Octal | 105 | 212 | 173 | 62 | 0 | 13 | 56 | 247 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1111011 | 110010 | 0 | 1011 | 101110 | 10100111 | 100001 | 101001 |
Color Harmonies of #458A7B
Complementary color
Monochromatic Colors of #458A7B
Black with #458A7B
Text Example
Text Example
White with #458A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A7B; }
p { color: rgb(69,138,123); }
H1.HeaderClassName
{
color: #458A7B;
}
.AnyTagClassName
{
color: #458A7B;
}
</style>
background-color css
<style>
a { background-color: #458A7B; }
a { background-color: rgb(69,138,123); }
div.DivClassName
{
background-color: #458A7B;
}
.BgClassName
{
background-color: #458A7B;
}
</style>
border-color css
<style>
span { border-color: #458A7B; }
span { border-color: rgb(69,138,123); }
td.TdClassName
{
border-color: #458A7B;
}
.TagClassName
{
border-color: #458A7B;
}
</style>