Shades of Lochinvar #4F908A
Tints of Lochinvar #4F908A
RGB
CMYK
RGB Variations
Color information
#4F908A (or 0x4F908A) is known color: Lochinvar. HEX triplet: 4F, 90 and 8A. RGB value is (79,144,138). Sum of RGB (Red+Green+Blue) = 79+144+138=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #4F908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F908A is #B06F75. Grayscale: #7B7B7B. Windows color (decimal): -11562870 or 9080911. OLE color: 9080911.
HSL color Cylindrical-coordinate representation of color #4F908A: hue angle of 174.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F908A is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 138 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.44 |
| HSL | 174.46º | 0.29% | 0.44% | - |
| HSV(B) | 174.46º | 0.45% | 0.56% | - |
| XYZ | 17.79 | 23.44 | 27.63 | - |
| YUV | 123.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 138 | 0.45 | 0 | 0.04 | 0.44 | 174.46 | 0.29 | 0.44 |
| Hex | 4F | 90 | 8A | 2D | 0 | 4 | 2C | AE | 1D | 2C |
| Octal | 117 | 220 | 212 | 55 | 0 | 4 | 54 | 256 | 35 | 54 |
| Binary | 1001111 | 10010000 | 10001010 | 101101 | 0 | 100 | 101100 | 10101110 | 11101 | 101100 |
Color Harmonies of #4F908A
Complementary color
Monochromatic Colors of #4F908A
Black with #4F908A
Text Example
Text Example
White with #4F908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F908A; }
p { color: rgb(79,144,138); }
H1.HeaderClassName
{
color: #4F908A;
}
.AnyTagClassName
{
color: #4F908A;
}
</style>
background-color css
<style>
a { background-color: #4F908A; }
a { background-color: rgb(79,144,138); }
div.DivClassName
{
background-color: #4F908A;
}
.BgClassName
{
background-color: #4F908A;
}
</style>
border-color css
<style>
span { border-color: #4F908A; }
span { border-color: rgb(79,144,138); }
td.TdClassName
{
border-color: #4F908A;
}
.TagClassName
{
border-color: #4F908A;
}
</style>