Shades of Lochinvar #448779
Tints of Lochinvar #448779
RGB
CMYK
RGB Variations
Color information
#448779 (or 0x448779) is known color: Lochinvar. HEX triplet: 44, 87 and 79. RGB value is (68,135,121). Sum of RGB (Red+Green+Blue) = 68+135+121=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #448779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448779 is #BB7886. Grayscale: #717171. Windows color (decimal): -12286087 or 7964484. OLE color: 7964484.
HSL color Cylindrical-coordinate representation of color #448779: hue angle of 167.46º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448779 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 121 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.47 |
| HSL | 167.46º | 0.33% | 0.4% | - |
| HSV(B) | 167.46º | 0.5% | 0.53% | - |
| XYZ | 14.5 | 19.94 | 21.17 | - |
| YUV | 113.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 121 | 0.50 | 0 | 0.10 | 0.47 | 167.46 | 0.33 | 0.4 |
| Hex | 44 | 87 | 79 | 32 | 0 | A | 2F | A7 | 21 | 28 |
| Octal | 104 | 207 | 171 | 62 | 0 | 12 | 57 | 247 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1111001 | 110010 | 0 | 1010 | 101111 | 10100111 | 100001 | 101000 |
Color Harmonies of #448779
Complementary color
Monochromatic Colors of #448779
Black with #448779
Text Example
Text Example
White with #448779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448779; }
p { color: rgb(68,135,121); }
H1.HeaderClassName
{
color: #448779;
}
.AnyTagClassName
{
color: #448779;
}
</style>
background-color css
<style>
a { background-color: #448779; }
a { background-color: rgb(68,135,121); }
div.DivClassName
{
background-color: #448779;
}
.BgClassName
{
background-color: #448779;
}
</style>
border-color css
<style>
span { border-color: #448779; }
span { border-color: rgb(68,135,121); }
td.TdClassName
{
border-color: #448779;
}
.TagClassName
{
border-color: #448779;
}
</style>