Shades of Lochinvar #448D84
Tints of Lochinvar #448D84
RGB
CMYK
RGB Variations
Color information
#448D84 (or 0x448D84) is known color: Lochinvar. HEX triplet: 44, 8D and 84. RGB value is (68,141,132). Sum of RGB (Red+Green+Blue) = 68+141+132=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #448D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D84 is #BB727B. Grayscale: #767676. Windows color (decimal): -12284540 or 8686916. OLE color: 8686916.
HSL color Cylindrical-coordinate representation of color #448D84: hue angle of 172.6º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D84 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 132 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.45 |
| HSL | 172.6º | 0.35% | 0.41% | - |
| HSV(B) | 172.6º | 0.52% | 0.55% | - |
| XYZ | 16.07 | 21.94 | 25.22 | - |
| YUV | 118.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 132 | 0.52 | 0 | 0.06 | 0.45 | 172.6 | 0.35 | 0.41 |
| Hex | 44 | 8D | 84 | 34 | 0 | 6 | 2D | AD | 23 | 29 |
| Octal | 104 | 215 | 204 | 64 | 0 | 6 | 55 | 255 | 43 | 51 |
| Binary | 1000100 | 10001101 | 10000100 | 110100 | 0 | 110 | 101101 | 10101101 | 100011 | 101001 |
Color Harmonies of #448D84
Complementary color
Monochromatic Colors of #448D84
Black with #448D84
Text Example
Text Example
White with #448D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D84; }
p { color: rgb(68,141,132); }
H1.HeaderClassName
{
color: #448D84;
}
.AnyTagClassName
{
color: #448D84;
}
</style>
background-color css
<style>
a { background-color: #448D84; }
a { background-color: rgb(68,141,132); }
div.DivClassName
{
background-color: #448D84;
}
.BgClassName
{
background-color: #448D84;
}
</style>
border-color css
<style>
span { border-color: #448D84; }
span { border-color: rgb(68,141,132); }
td.TdClassName
{
border-color: #448D84;
}
.TagClassName
{
border-color: #448D84;
}
</style>