Shades of Lochinvar #4B927C
Tints of Lochinvar #4B927C
RGB
CMYK
RGB Variations
Color information
#4B927C (or 0x4B927C) is known color: Lochinvar. HEX triplet: 4B, 92 and 7C. RGB value is (75,146,124). Sum of RGB (Red+Green+Blue) = 75+146+124=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #4B927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B927C is #B46D83. Grayscale: #7A7A7A. Windows color (decimal): -11824516 or 8163915. OLE color: 8163915.
HSL color Cylindrical-coordinate representation of color #4B927C: hue angle of 161.41º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B927C is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 146 | 124 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.43 |
| HSL | 161.41º | 0.32% | 0.43% | - |
| HSV(B) | 161.41º | 0.49% | 0.57% | - |
| XYZ | 16.82 | 23.51 | 22.72 | - |
| YUV | 122.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 146 | 124 | 0.49 | 0 | 0.15 | 0.43 | 161.41 | 0.32 | 0.43 |
| Hex | 4B | 92 | 7C | 31 | 0 | F | 2B | A1 | 20 | 2B |
| Octal | 113 | 222 | 174 | 61 | 0 | 17 | 53 | 241 | 40 | 53 |
| Binary | 1001011 | 10010010 | 1111100 | 110001 | 0 | 1111 | 101011 | 10100001 | 100000 | 101011 |
Color Harmonies of #4B927C
Complementary color
Monochromatic Colors of #4B927C
Black with #4B927C
Text Example
Text Example
White with #4B927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B927C; }
p { color: rgb(75,146,124); }
H1.HeaderClassName
{
color: #4B927C;
}
.AnyTagClassName
{
color: #4B927C;
}
</style>
background-color css
<style>
a { background-color: #4B927C; }
a { background-color: rgb(75,146,124); }
div.DivClassName
{
background-color: #4B927C;
}
.BgClassName
{
background-color: #4B927C;
}
</style>
border-color css
<style>
span { border-color: #4B927C; }
span { border-color: rgb(75,146,124); }
td.TdClassName
{
border-color: #4B927C;
}
.TagClassName
{
border-color: #4B927C;
}
</style>