Shades of Lochinvar #4A948A
Tints of Lochinvar #4A948A
RGB
CMYK
RGB Variations
Color information
#4A948A (or 0x4A948A) is known color: Lochinvar. HEX triplet: 4A, 94 and 8A. RGB value is (74,148,138). Sum of RGB (Red+Green+Blue) = 74+148+138=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #4A948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A948A is #B56B75. Grayscale: #7C7C7C. Windows color (decimal): -11889526 or 9081930. OLE color: 9081930.
HSL color Cylindrical-coordinate representation of color #4A948A: hue angle of 171.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A948A is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 138 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.42 |
| HSL | 171.89º | 0.33% | 0.44% | - |
| HSV(B) | 171.89º | 0.5% | 0.58% | - |
| XYZ | 18 | 24.47 | 27.82 | - |
| YUV | 124.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 138 | 0.50 | 0 | 0.07 | 0.42 | 171.89 | 0.33 | 0.44 |
| Hex | 4A | 94 | 8A | 32 | 0 | 7 | 2A | AC | 21 | 2C |
| Octal | 112 | 224 | 212 | 62 | 0 | 7 | 52 | 254 | 41 | 54 |
| Binary | 1001010 | 10010100 | 10001010 | 110010 | 0 | 111 | 101010 | 10101100 | 100001 | 101100 |
Color Harmonies of #4A948A
Complementary color
Monochromatic Colors of #4A948A
Black with #4A948A
Text Example
Text Example
White with #4A948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A948A; }
p { color: rgb(74,148,138); }
H1.HeaderClassName
{
color: #4A948A;
}
.AnyTagClassName
{
color: #4A948A;
}
</style>
background-color css
<style>
a { background-color: #4A948A; }
a { background-color: rgb(74,148,138); }
div.DivClassName
{
background-color: #4A948A;
}
.BgClassName
{
background-color: #4A948A;
}
</style>
border-color css
<style>
span { border-color: #4A948A; }
span { border-color: rgb(74,148,138); }
td.TdClassName
{
border-color: #4A948A;
}
.TagClassName
{
border-color: #4A948A;
}
</style>