Shades of Lochinvar #4A8F7D
Tints of Lochinvar #4A8F7D
RGB
CMYK
RGB Variations
Color information
#4A8F7D (or 0x4A8F7D) is known color: Lochinvar. HEX triplet: 4A, 8F and 7D. RGB value is (74,143,125). Sum of RGB (Red+Green+Blue) = 74+143+125=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8F7D is #B57082. Grayscale: #787878. Windows color (decimal): -11890819 or 8228682. OLE color: 8228682.
HSL color Cylindrical-coordinate representation of color #4A8F7D: hue angle of 164.35º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8F7D is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 125 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.44 |
| HSL | 164.35º | 0.32% | 0.43% | - |
| HSV(B) | 164.35º | 0.48% | 0.56% | - |
| XYZ | 16.35 | 22.58 | 22.9 | - |
| YUV | 120.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 125 | 0.48 | 0 | 0.13 | 0.44 | 164.35 | 0.32 | 0.43 |
| Hex | 4A | 8F | 7D | 30 | 0 | D | 2C | A4 | 20 | 2B |
| Octal | 112 | 217 | 175 | 60 | 0 | 15 | 54 | 244 | 40 | 53 |
| Binary | 1001010 | 10001111 | 1111101 | 110000 | 0 | 1101 | 101100 | 10100100 | 100000 | 101011 |
Color Harmonies of #4A8F7D
Complementary color
Monochromatic Colors of #4A8F7D
Black with #4A8F7D
Text Example
Text Example
White with #4A8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F7D; }
p { color: rgb(74,143,125); }
H1.HeaderClassName
{
color: #4A8F7D;
}
.AnyTagClassName
{
color: #4A8F7D;
}
</style>
background-color css
<style>
a { background-color: #4A8F7D; }
a { background-color: rgb(74,143,125); }
div.DivClassName
{
background-color: #4A8F7D;
}
.BgClassName
{
background-color: #4A8F7D;
}
</style>
border-color css
<style>
span { border-color: #4A8F7D; }
span { border-color: rgb(74,143,125); }
td.TdClassName
{
border-color: #4A8F7D;
}
.TagClassName
{
border-color: #4A8F7D;
}
</style>