Shades of Lochinvar #448F80
Tints of Lochinvar #448F80
RGB
CMYK
RGB Variations
Color information
#448F80 (or 0x448F80) is known color: Lochinvar. HEX triplet: 44, 8F and 80. RGB value is (68,143,128). Sum of RGB (Red+Green+Blue) = 68+143+128=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #448F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F80 is #BB707F. Grayscale: #767676. Windows color (decimal): -12284032 or 8425284. OLE color: 8425284.
HSL color Cylindrical-coordinate representation of color #448F80: hue angle of 168º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F80 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 128 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.44 |
| HSL | 168º | 0.36% | 0.41% | - |
| HSV(B) | 168º | 0.52% | 0.56% | - |
| XYZ | 16.1 | 22.43 | 23.9 | - |
| YUV | 118.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 128 | 0.52 | 0 | 0.10 | 0.44 | 168 | 0.36 | 0.41 |
| Hex | 44 | 8F | 80 | 34 | 0 | A | 2C | A8 | 24 | 29 |
| Octal | 104 | 217 | 200 | 64 | 0 | 12 | 54 | 250 | 44 | 51 |
| Binary | 1000100 | 10001111 | 10000000 | 110100 | 0 | 1010 | 101100 | 10101000 | 100100 | 101001 |
Color Harmonies of #448F80
Complementary color
Monochromatic Colors of #448F80
Black with #448F80
Text Example
Text Example
White with #448F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F80; }
p { color: rgb(68,143,128); }
H1.HeaderClassName
{
color: #448F80;
}
.AnyTagClassName
{
color: #448F80;
}
</style>
background-color css
<style>
a { background-color: #448F80; }
a { background-color: rgb(68,143,128); }
div.DivClassName
{
background-color: #448F80;
}
.BgClassName
{
background-color: #448F80;
}
</style>
border-color css
<style>
span { border-color: #448F80; }
span { border-color: rgb(68,143,128); }
td.TdClassName
{
border-color: #448F80;
}
.TagClassName
{
border-color: #448F80;
}
</style>