Shades of Lochinvar #448984
Tints of Lochinvar #448984
RGB
CMYK
RGB Variations
Color information
#448984 (or 0x448984) is known color: Lochinvar. HEX triplet: 44, 89 and 84. RGB value is (68,137,132). Sum of RGB (Red+Green+Blue) = 68+137+132=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #448984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448984 is #BB767B. Grayscale: #737373. Windows color (decimal): -12285564 or 8685892. OLE color: 8685892.
HSL color Cylindrical-coordinate representation of color #448984: hue angle of 175.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448984 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 132 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.46 |
| HSL | 175.65º | 0.34% | 0.4% | - |
| HSV(B) | 175.65º | 0.5% | 0.54% | - |
| XYZ | 15.49 | 20.79 | 25.03 | - |
| YUV | 115.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 132 | 0.50 | 0 | 0.04 | 0.46 | 175.65 | 0.34 | 0.4 |
| Hex | 44 | 89 | 84 | 32 | 0 | 4 | 2E | B0 | 22 | 28 |
| Octal | 104 | 211 | 204 | 62 | 0 | 4 | 56 | 260 | 42 | 50 |
| Binary | 1000100 | 10001001 | 10000100 | 110010 | 0 | 100 | 101110 | 10110000 | 100010 | 101000 |
Color Harmonies of #448984
Complementary color
Monochromatic Colors of #448984
Black with #448984
Text Example
Text Example
White with #448984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448984; }
p { color: rgb(68,137,132); }
H1.HeaderClassName
{
color: #448984;
}
.AnyTagClassName
{
color: #448984;
}
</style>
background-color css
<style>
a { background-color: #448984; }
a { background-color: rgb(68,137,132); }
div.DivClassName
{
background-color: #448984;
}
.BgClassName
{
background-color: #448984;
}
</style>
border-color css
<style>
span { border-color: #448984; }
span { border-color: rgb(68,137,132); }
td.TdClassName
{
border-color: #448984;
}
.TagClassName
{
border-color: #448984;
}
</style>