Shades of Lochinvar #4B9C84
Tints of Lochinvar #4B9C84
RGB
CMYK
RGB Variations
Color information
#4B9C84 (or 0x4B9C84) is known color: Lochinvar. HEX triplet: 4B, 9C and 84. RGB value is (75,156,132). Sum of RGB (Red+Green+Blue) = 75+156+132=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9C84 is #B4637B. Grayscale: #818181. Windows color (decimal): -11821948 or 8690763. OLE color: 8690763.
HSL color Cylindrical-coordinate representation of color #4B9C84: hue angle of 162.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9C84 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 156 | 132 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.39 |
| HSL | 162.22º | 0.35% | 0.45% | - |
| HSV(B) | 162.22º | 0.52% | 0.61% | - |
| XYZ | 18.95 | 26.94 | 26.03 | - |
| YUV | 129.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 156 | 132 | 0.52 | 0 | 0.15 | 0.39 | 162.22 | 0.35 | 0.45 |
| Hex | 4B | 9C | 84 | 34 | 0 | F | 27 | A2 | 23 | 2D |
| Octal | 113 | 234 | 204 | 64 | 0 | 17 | 47 | 242 | 43 | 55 |
| Binary | 1001011 | 10011100 | 10000100 | 110100 | 0 | 1111 | 100111 | 10100010 | 100011 | 101101 |
Color Harmonies of #4B9C84
Complementary color
Monochromatic Colors of #4B9C84
Black with #4B9C84
Text Example
Text Example
White with #4B9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9C84; }
p { color: rgb(75,156,132); }
H1.HeaderClassName
{
color: #4B9C84;
}
.AnyTagClassName
{
color: #4B9C84;
}
</style>
background-color css
<style>
a { background-color: #4B9C84; }
a { background-color: rgb(75,156,132); }
div.DivClassName
{
background-color: #4B9C84;
}
.BgClassName
{
background-color: #4B9C84;
}
</style>
border-color css
<style>
span { border-color: #4B9C84; }
span { border-color: rgb(75,156,132); }
td.TdClassName
{
border-color: #4B9C84;
}
.TagClassName
{
border-color: #4B9C84;
}
</style>