Shades of Lochinvar #448F78
Tints of Lochinvar #448F78
RGB
CMYK
RGB Variations
Color information
#448F78 (or 0x448F78) is known color: Lochinvar. HEX triplet: 44, 8F and 78. RGB value is (68,143,120). Sum of RGB (Red+Green+Blue) = 68+143+120=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #448F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F78 is #BB7087. Grayscale: #757575. Windows color (decimal): -12284040 or 7900996. OLE color: 7900996.
HSL color Cylindrical-coordinate representation of color #448F78: hue angle of 161.6º 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 #448F78 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 120 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.44 |
| HSL | 161.6º | 0.36% | 0.41% | - |
| HSV(B) | 161.6º | 0.52% | 0.56% | - |
| XYZ | 15.6 | 22.23 | 21.24 | - |
| YUV | 117.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 120 | 0.52 | 0 | 0.16 | 0.44 | 161.6 | 0.36 | 0.41 |
| Hex | 44 | 8F | 78 | 34 | 0 | 10 | 2C | A2 | 24 | 29 |
| Octal | 104 | 217 | 170 | 64 | 0 | 20 | 54 | 242 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1111000 | 110100 | 0 | 10000 | 101100 | 10100010 | 100100 | 101001 |
Color Harmonies of #448F78
Complementary color
Monochromatic Colors of #448F78
Black with #448F78
Text Example
Text Example
White with #448F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F78; }
p { color: rgb(68,143,120); }
H1.HeaderClassName
{
color: #448F78;
}
.AnyTagClassName
{
color: #448F78;
}
</style>
background-color css
<style>
a { background-color: #448F78; }
a { background-color: rgb(68,143,120); }
div.DivClassName
{
background-color: #448F78;
}
.BgClassName
{
background-color: #448F78;
}
</style>
border-color css
<style>
span { border-color: #448F78; }
span { border-color: rgb(68,143,120); }
td.TdClassName
{
border-color: #448F78;
}
.TagClassName
{
border-color: #448F78;
}
</style>