Shades of Lochinvar #458881
Tints of Lochinvar #458881
RGB
CMYK
RGB Variations
Color information
#458881 (or 0x458881) is known color: Lochinvar. HEX triplet: 45, 88 and 81. RGB value is (69,136,129). Sum of RGB (Red+Green+Blue) = 69+136+129=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #458881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458881 is #BA777E. Grayscale: #737373. Windows color (decimal): -12220287 or 8489029. OLE color: 8489029.
HSL color Cylindrical-coordinate representation of color #458881: hue angle of 173.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458881 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 129 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.47 |
| HSL | 173.73º | 0.33% | 0.4% | - |
| HSV(B) | 173.73º | 0.49% | 0.53% | - |
| XYZ | 15.22 | 20.46 | 23.92 | - |
| YUV | 115.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 129 | 0.49 | 0 | 0.05 | 0.47 | 173.73 | 0.33 | 0.4 |
| Hex | 45 | 88 | 81 | 31 | 0 | 5 | 2F | AE | 21 | 28 |
| Octal | 105 | 210 | 201 | 61 | 0 | 5 | 57 | 256 | 41 | 50 |
| Binary | 1000101 | 10001000 | 10000001 | 110001 | 0 | 101 | 101111 | 10101110 | 100001 | 101000 |
Color Harmonies of #458881
Complementary color
Monochromatic Colors of #458881
Black with #458881
Text Example
Text Example
White with #458881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458881; }
p { color: rgb(69,136,129); }
H1.HeaderClassName
{
color: #458881;
}
.AnyTagClassName
{
color: #458881;
}
</style>
background-color css
<style>
a { background-color: #458881; }
a { background-color: rgb(69,136,129); }
div.DivClassName
{
background-color: #458881;
}
.BgClassName
{
background-color: #458881;
}
</style>
border-color css
<style>
span { border-color: #458881; }
span { border-color: rgb(69,136,129); }
td.TdClassName
{
border-color: #458881;
}
.TagClassName
{
border-color: #458881;
}
</style>