Shades of Lochinvar #448C7E
Tints of Lochinvar #448C7E
RGB
CMYK
RGB Variations
Color information
#448C7E (or 0x448C7E) is known color: Lochinvar. HEX triplet: 44, 8C and 7E. RGB value is (68,140,126). Sum of RGB (Red+Green+Blue) = 68+140+126=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #448C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C7E is #BB7381. Grayscale: #747474. Windows color (decimal): -12284802 or 8293444. OLE color: 8293444.
HSL color Cylindrical-coordinate representation of color #448C7E: hue angle of 168.33º degrees, saturation: 0.35, 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 #448C7E is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 140 | 126 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.45 |
| HSL | 168.33º | 0.35% | 0.41% | - |
| HSV(B) | 168.33º | 0.51% | 0.55% | - |
| XYZ | 15.53 | 21.49 | 23.07 | - |
| YUV | 116.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 126 | 0.51 | 0 | 0.10 | 0.45 | 168.33 | 0.35 | 0.41 |
| Hex | 44 | 8C | 7E | 33 | 0 | A | 2D | A8 | 23 | 29 |
| Octal | 104 | 214 | 176 | 63 | 0 | 12 | 55 | 250 | 43 | 51 |
| Binary | 1000100 | 10001100 | 1111110 | 110011 | 0 | 1010 | 101101 | 10101000 | 100011 | 101001 |
Color Harmonies of #448C7E
Complementary color
Monochromatic Colors of #448C7E
Black with #448C7E
Text Example
Text Example
White with #448C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448C7E; }
p { color: rgb(68,140,126); }
H1.HeaderClassName
{
color: #448C7E;
}
.AnyTagClassName
{
color: #448C7E;
}
</style>
background-color css
<style>
a { background-color: #448C7E; }
a { background-color: rgb(68,140,126); }
div.DivClassName
{
background-color: #448C7E;
}
.BgClassName
{
background-color: #448C7E;
}
</style>
border-color css
<style>
span { border-color: #448C7E; }
span { border-color: rgb(68,140,126); }
td.TdClassName
{
border-color: #448C7E;
}
.TagClassName
{
border-color: #448C7E;
}
</style>