Shades of Lochinvar #448A84
Tints of Lochinvar #448A84
RGB
CMYK
RGB Variations
Color information
#448A84 (or 0x448A84) is known color: Lochinvar. HEX triplet: 44, 8A and 84. RGB value is (68,138,132). Sum of RGB (Red+Green+Blue) = 68+138+132=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #448A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448A84 is #BB757B. Grayscale: #747474. Windows color (decimal): -12285308 or 8686148. OLE color: 8686148.
HSL color Cylindrical-coordinate representation of color #448A84: hue angle of 174.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 #448A84 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 132 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.46 |
| HSL | 174.86º | 0.34% | 0.4% | - |
| HSV(B) | 174.86º | 0.51% | 0.54% | - |
| XYZ | 15.64 | 21.07 | 25.07 | - |
| YUV | 116.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 132 | 0.51 | 0 | 0.04 | 0.46 | 174.86 | 0.34 | 0.4 |
| Hex | 44 | 8A | 84 | 33 | 0 | 4 | 2E | AF | 22 | 28 |
| Octal | 104 | 212 | 204 | 63 | 0 | 4 | 56 | 257 | 42 | 50 |
| Binary | 1000100 | 10001010 | 10000100 | 110011 | 0 | 100 | 101110 | 10101111 | 100010 | 101000 |
Color Harmonies of #448A84
Complementary color
Monochromatic Colors of #448A84
Black with #448A84
Text Example
Text Example
White with #448A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A84; }
p { color: rgb(68,138,132); }
H1.HeaderClassName
{
color: #448A84;
}
.AnyTagClassName
{
color: #448A84;
}
</style>
background-color css
<style>
a { background-color: #448A84; }
a { background-color: rgb(68,138,132); }
div.DivClassName
{
background-color: #448A84;
}
.BgClassName
{
background-color: #448A84;
}
</style>
border-color css
<style>
span { border-color: #448A84; }
span { border-color: rgb(68,138,132); }
td.TdClassName
{
border-color: #448A84;
}
.TagClassName
{
border-color: #448A84;
}
</style>