Shades of Lochinvar #448A7D
Tints of Lochinvar #448A7D
RGB
CMYK
RGB Variations
Color information
#448A7D (or 0x448A7D) is known color: Lochinvar. HEX triplet: 44, 8A and 7D. RGB value is (68,138,125). Sum of RGB (Red+Green+Blue) = 68+138+125=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #448A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A7D is #BB7582. Grayscale: #737373. Windows color (decimal): -12285315 or 8227396. OLE color: 8227396.
HSL color Cylindrical-coordinate representation of color #448A7D: hue angle of 168.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A7D is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 125 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.46 |
| HSL | 168.86º | 0.34% | 0.4% | - |
| HSV(B) | 168.86º | 0.51% | 0.54% | - |
| XYZ | 15.17 | 20.89 | 22.63 | - |
| YUV | 115.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 125 | 0.51 | 0 | 0.09 | 0.46 | 168.86 | 0.34 | 0.4 |
| Hex | 44 | 8A | 7D | 33 | 0 | 9 | 2E | A9 | 22 | 28 |
| Octal | 104 | 212 | 175 | 63 | 0 | 11 | 56 | 251 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1111101 | 110011 | 0 | 1001 | 101110 | 10101001 | 100010 | 101000 |
Color Harmonies of #448A7D
Complementary color
Monochromatic Colors of #448A7D
Black with #448A7D
Text Example
Text Example
White with #448A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A7D; }
p { color: rgb(68,138,125); }
H1.HeaderClassName
{
color: #448A7D;
}
.AnyTagClassName
{
color: #448A7D;
}
</style>
background-color css
<style>
a { background-color: #448A7D; }
a { background-color: rgb(68,138,125); }
div.DivClassName
{
background-color: #448A7D;
}
.BgClassName
{
background-color: #448A7D;
}
</style>
border-color css
<style>
span { border-color: #448A7D; }
span { border-color: rgb(68,138,125); }
td.TdClassName
{
border-color: #448A7D;
}
.TagClassName
{
border-color: #448A7D;
}
</style>