Shades of Lochinvar #4B907B
Tints of Lochinvar #4B907B
RGB
CMYK
RGB Variations
Color information
#4B907B (or 0x4B907B) is known color: Lochinvar. HEX triplet: 4B, 90 and 7B. RGB value is (75,144,123). Sum of RGB (Red+Green+Blue) = 75+144+123=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #4B907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B907B is #B46F84. Grayscale: #787878. Windows color (decimal): -11825029 or 8097867. OLE color: 8097867.
HSL color Cylindrical-coordinate representation of color #4B907B: hue angle of 161.74º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B907B is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 144 | 123 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.44 |
| HSL | 161.74º | 0.32% | 0.43% | - |
| HSV(B) | 161.74º | 0.48% | 0.56% | - |
| XYZ | 16.45 | 22.87 | 22.29 | - |
| YUV | 120.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 123 | 0.48 | 0 | 0.15 | 0.44 | 161.74 | 0.32 | 0.43 |
| Hex | 4B | 90 | 7B | 30 | 0 | F | 2C | A2 | 20 | 2B |
| Octal | 113 | 220 | 173 | 60 | 0 | 17 | 54 | 242 | 40 | 53 |
| Binary | 1001011 | 10010000 | 1111011 | 110000 | 0 | 1111 | 101100 | 10100010 | 100000 | 101011 |
Color Harmonies of #4B907B
Complementary color
Monochromatic Colors of #4B907B
Black with #4B907B
Text Example
Text Example
White with #4B907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B907B; }
p { color: rgb(75,144,123); }
H1.HeaderClassName
{
color: #4B907B;
}
.AnyTagClassName
{
color: #4B907B;
}
</style>
background-color css
<style>
a { background-color: #4B907B; }
a { background-color: rgb(75,144,123); }
div.DivClassName
{
background-color: #4B907B;
}
.BgClassName
{
background-color: #4B907B;
}
</style>
border-color css
<style>
span { border-color: #4B907B; }
span { border-color: rgb(75,144,123); }
td.TdClassName
{
border-color: #4B907B;
}
.TagClassName
{
border-color: #4B907B;
}
</style>