Shades of Lochinvar #4A8A82
Tints of Lochinvar #4A8A82
RGB
CMYK
RGB Variations
Color information
#4A8A82 (or 0x4A8A82) is known color: Lochinvar. HEX triplet: 4A, 8A and 82. RGB value is (74,138,130). Sum of RGB (Red+Green+Blue) = 74+138+130=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8A82 is #B5757D. Grayscale: #757575. Windows color (decimal): -11892094 or 8555082. OLE color: 8555082.
HSL color Cylindrical-coordinate representation of color #4A8A82: hue angle of 172.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A82 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 130 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.46 |
| HSL | 172.5º | 0.3% | 0.42% | - |
| HSV(B) | 172.5º | 0.46% | 0.54% | - |
| XYZ | 15.94 | 21.24 | 24.38 | - |
| YUV | 117.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 130 | 0.46 | 0 | 0.06 | 0.46 | 172.5 | 0.3 | 0.42 |
| Hex | 4A | 8A | 82 | 2E | 0 | 6 | 2E | AC | 1E | 2A |
| Octal | 112 | 212 | 202 | 56 | 0 | 6 | 56 | 254 | 36 | 52 |
| Binary | 1001010 | 10001010 | 10000010 | 101110 | 0 | 110 | 101110 | 10101100 | 11110 | 101010 |
Color Harmonies of #4A8A82
Complementary color
Monochromatic Colors of #4A8A82
Black with #4A8A82
Text Example
Text Example
White with #4A8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A82; }
p { color: rgb(74,138,130); }
H1.HeaderClassName
{
color: #4A8A82;
}
.AnyTagClassName
{
color: #4A8A82;
}
</style>
background-color css
<style>
a { background-color: #4A8A82; }
a { background-color: rgb(74,138,130); }
div.DivClassName
{
background-color: #4A8A82;
}
.BgClassName
{
background-color: #4A8A82;
}
</style>
border-color css
<style>
span { border-color: #4A8A82; }
span { border-color: rgb(74,138,130); }
td.TdClassName
{
border-color: #4A8A82;
}
.TagClassName
{
border-color: #4A8A82;
}
</style>