Shades of Lochinvar #4B9484
Tints of Lochinvar #4B9484
RGB
CMYK
RGB Variations
Color information
#4B9484 (or 0x4B9484) is known color: Lochinvar. HEX triplet: 4B, 94 and 84. RGB value is (75,148,132). Sum of RGB (Red+Green+Blue) = 75+148+132=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9484 is #B46B7B. Grayscale: #7C7C7C. Windows color (decimal): -11823996 or 8688715. OLE color: 8688715.
HSL color Cylindrical-coordinate representation of color #4B9484: hue angle of 166.85º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B9484 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 148 | 132 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.42 |
| HSL | 166.85º | 0.33% | 0.44% | - |
| HSV(B) | 166.85º | 0.49% | 0.58% | - |
| XYZ | 17.66 | 24.34 | 25.6 | - |
| YUV | 124.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 148 | 132 | 0.49 | 0 | 0.11 | 0.42 | 166.85 | 0.33 | 0.44 |
| Hex | 4B | 94 | 84 | 31 | 0 | B | 2A | A7 | 21 | 2C |
| Octal | 113 | 224 | 204 | 61 | 0 | 13 | 52 | 247 | 41 | 54 |
| Binary | 1001011 | 10010100 | 10000100 | 110001 | 0 | 1011 | 101010 | 10100111 | 100001 | 101100 |
Color Harmonies of #4B9484
Complementary color
Monochromatic Colors of #4B9484
Black with #4B9484
Text Example
Text Example
White with #4B9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9484; }
p { color: rgb(75,148,132); }
H1.HeaderClassName
{
color: #4B9484;
}
.AnyTagClassName
{
color: #4B9484;
}
</style>
background-color css
<style>
a { background-color: #4B9484; }
a { background-color: rgb(75,148,132); }
div.DivClassName
{
background-color: #4B9484;
}
.BgClassName
{
background-color: #4B9484;
}
</style>
border-color css
<style>
span { border-color: #4B9484; }
span { border-color: rgb(75,148,132); }
td.TdClassName
{
border-color: #4B9484;
}
.TagClassName
{
border-color: #4B9484;
}
</style>