Shades of Lochinvar #448B7E
Tints of Lochinvar #448B7E
RGB
CMYK
RGB Variations
Color information
#448B7E (or 0x448B7E) is known color: Lochinvar. HEX triplet: 44, 8B and 7E. RGB value is (68,139,126). Sum of RGB (Red+Green+Blue) = 68+139+126=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #448B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B7E is #BB7481. Grayscale: #747474. Windows color (decimal): -12285058 or 8293188. OLE color: 8293188.
HSL color Cylindrical-coordinate representation of color #448B7E: hue angle of 169.01º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B7E is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 126 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.45 |
| HSL | 169.01º | 0.34% | 0.41% | - |
| HSV(B) | 169.01º | 0.51% | 0.55% | - |
| XYZ | 15.38 | 21.2 | 23.02 | - |
| YUV | 116.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 126 | 0.51 | 0 | 0.09 | 0.45 | 169.01 | 0.34 | 0.41 |
| Hex | 44 | 8B | 7E | 33 | 0 | 9 | 2D | A9 | 22 | 29 |
| Octal | 104 | 213 | 176 | 63 | 0 | 11 | 55 | 251 | 42 | 51 |
| Binary | 1000100 | 10001011 | 1111110 | 110011 | 0 | 1001 | 101101 | 10101001 | 100010 | 101001 |
Color Harmonies of #448B7E
Complementary color
Monochromatic Colors of #448B7E
Black with #448B7E
Text Example
Text Example
White with #448B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B7E; }
p { color: rgb(68,139,126); }
H1.HeaderClassName
{
color: #448B7E;
}
.AnyTagClassName
{
color: #448B7E;
}
</style>
background-color css
<style>
a { background-color: #448B7E; }
a { background-color: rgb(68,139,126); }
div.DivClassName
{
background-color: #448B7E;
}
.BgClassName
{
background-color: #448B7E;
}
</style>
border-color css
<style>
span { border-color: #448B7E; }
span { border-color: rgb(68,139,126); }
td.TdClassName
{
border-color: #448B7E;
}
.TagClassName
{
border-color: #448B7E;
}
</style>