Shades of Lochinvar #4B9C8C
Tints of Lochinvar #4B9C8C
RGB
CMYK
RGB Variations
Color information
#4B9C8C (or 0x4B9C8C) is known color: Lochinvar. HEX triplet: 4B, 9C and 8C. RGB value is (75,156,140). Sum of RGB (Red+Green+Blue) = 75+156+140=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9C8C is #B46373. Grayscale: #818181. Windows color (decimal): -11821940 or 9215051. OLE color: 9215051.
HSL color Cylindrical-coordinate representation of color #4B9C8C: hue angle of 168.15º 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 #4B9C8C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 156 | 140 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.39 |
| HSL | 168.15º | 0.35% | 0.45% | - |
| HSV(B) | 168.15º | 0.52% | 0.61% | - |
| XYZ | 19.52 | 27.17 | 29.03 | - |
| YUV | 129.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 156 | 140 | 0.52 | 0 | 0.10 | 0.39 | 168.15 | 0.35 | 0.45 |
| Hex | 4B | 9C | 8C | 34 | 0 | A | 27 | A8 | 23 | 2D |
| Octal | 113 | 234 | 214 | 64 | 0 | 12 | 47 | 250 | 43 | 55 |
| Binary | 1001011 | 10011100 | 10001100 | 110100 | 0 | 1010 | 100111 | 10101000 | 100011 | 101101 |
Color Harmonies of #4B9C8C
Complementary color
Monochromatic Colors of #4B9C8C
Black with #4B9C8C
Text Example
Text Example
White with #4B9C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9C8C; }
p { color: rgb(75,156,140); }
H1.HeaderClassName
{
color: #4B9C8C;
}
.AnyTagClassName
{
color: #4B9C8C;
}
</style>
background-color css
<style>
a { background-color: #4B9C8C; }
a { background-color: rgb(75,156,140); }
div.DivClassName
{
background-color: #4B9C8C;
}
.BgClassName
{
background-color: #4B9C8C;
}
</style>
border-color css
<style>
span { border-color: #4B9C8C; }
span { border-color: rgb(75,156,140); }
td.TdClassName
{
border-color: #4B9C8C;
}
.TagClassName
{
border-color: #4B9C8C;
}
</style>