Shades of Lochinvar #449A87
Tints of Lochinvar #449A87
RGB
CMYK
RGB Variations
Color information
#449A87 (or 0x449A87) is known color: Lochinvar. HEX triplet: 44, 9A and 87. RGB value is (68,154,135). Sum of RGB (Red+Green+Blue) = 68+154+135=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #449A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A87 is #BB6578. Grayscale: #7E7E7E. Windows color (decimal): -12281209 or 8886852. OLE color: 8886852.
HSL color Cylindrical-coordinate representation of color #449A87: hue angle of 166.74º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A87 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 135 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.40 |
| HSL | 166.74º | 0.39% | 0.44% | - |
| HSV(B) | 166.74º | 0.56% | 0.6% | - |
| XYZ | 18.31 | 26.09 | 26.99 | - |
| YUV | 126.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 135 | 0.56 | 0 | 0.12 | 0.40 | 166.74 | 0.39 | 0.44 |
| Hex | 44 | 9A | 87 | 38 | 0 | C | 28 | A7 | 27 | 2C |
| Octal | 104 | 232 | 207 | 70 | 0 | 14 | 50 | 247 | 47 | 54 |
| Binary | 1000100 | 10011010 | 10000111 | 111000 | 0 | 1100 | 101000 | 10100111 | 100111 | 101100 |
Color Harmonies of #449A87
Complementary color
Monochromatic Colors of #449A87
Black with #449A87
Text Example
Text Example
White with #449A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A87; }
p { color: rgb(68,154,135); }
H1.HeaderClassName
{
color: #449A87;
}
.AnyTagClassName
{
color: #449A87;
}
</style>
background-color css
<style>
a { background-color: #449A87; }
a { background-color: rgb(68,154,135); }
div.DivClassName
{
background-color: #449A87;
}
.BgClassName
{
background-color: #449A87;
}
</style>
border-color css
<style>
span { border-color: #449A87; }
span { border-color: rgb(68,154,135); }
td.TdClassName
{
border-color: #449A87;
}
.TagClassName
{
border-color: #449A87;
}
</style>