Shades of Lochinvar #4B938A
Tints of Lochinvar #4B938A
RGB
CMYK
RGB Variations
Color information
#4B938A (or 0x4B938A) is known color: Lochinvar. HEX triplet: 4B, 93 and 8A. RGB value is (75,147,138). Sum of RGB (Red+Green+Blue) = 75+147+138=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #4B938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B938A is #B46C75. Grayscale: #7C7C7C. Windows color (decimal): -11824246 or 9081675. OLE color: 9081675.
HSL color Cylindrical-coordinate representation of color #4B938A: hue angle of 172.5º degrees, saturation: 0.32, 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 #4B938A is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 138 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.42 |
| HSL | 172.5º | 0.32% | 0.44% | - |
| HSV(B) | 172.5º | 0.49% | 0.58% | - |
| XYZ | 17.92 | 24.2 | 27.77 | - |
| YUV | 124.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 138 | 0.49 | 0 | 0.06 | 0.42 | 172.5 | 0.32 | 0.44 |
| Hex | 4B | 93 | 8A | 31 | 0 | 6 | 2A | AC | 20 | 2C |
| Octal | 113 | 223 | 212 | 61 | 0 | 6 | 52 | 254 | 40 | 54 |
| Binary | 1001011 | 10010011 | 10001010 | 110001 | 0 | 110 | 101010 | 10101100 | 100000 | 101100 |
Color Harmonies of #4B938A
Complementary color
Monochromatic Colors of #4B938A
Black with #4B938A
Text Example
Text Example
White with #4B938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B938A; }
p { color: rgb(75,147,138); }
H1.HeaderClassName
{
color: #4B938A;
}
.AnyTagClassName
{
color: #4B938A;
}
</style>
background-color css
<style>
a { background-color: #4B938A; }
a { background-color: rgb(75,147,138); }
div.DivClassName
{
background-color: #4B938A;
}
.BgClassName
{
background-color: #4B938A;
}
</style>
border-color css
<style>
span { border-color: #4B938A; }
span { border-color: rgb(75,147,138); }
td.TdClassName
{
border-color: #4B938A;
}
.TagClassName
{
border-color: #4B938A;
}
</style>