Shades of Lochinvar #47918B
Tints of Lochinvar #47918B
RGB
CMYK
RGB Variations
Color information
#47918B (or 0x47918B) is known color: Lochinvar. HEX triplet: 47, 91 and 8B. RGB value is (71,145,139). Sum of RGB (Red+Green+Blue) = 71+145+139=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #47918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47918B is #B86E74. Grayscale: #7A7A7A. Windows color (decimal): -12086901 or 9146695. OLE color: 9146695.
HSL color Cylindrical-coordinate representation of color #47918B: hue angle of 175.14º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47918B is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 139 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.43 |
| HSL | 175.14º | 0.34% | 0.42% | - |
| HSV(B) | 175.14º | 0.51% | 0.57% | - |
| XYZ | 17.38 | 23.45 | 28.04 | - |
| YUV | 122.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 139 | 0.51 | 0 | 0.04 | 0.43 | 175.14 | 0.34 | 0.42 |
| Hex | 47 | 91 | 8B | 33 | 0 | 4 | 2B | AF | 22 | 2A |
| Octal | 107 | 221 | 213 | 63 | 0 | 4 | 53 | 257 | 42 | 52 |
| Binary | 1000111 | 10010001 | 10001011 | 110011 | 0 | 100 | 101011 | 10101111 | 100010 | 101010 |
Color Harmonies of #47918B
Complementary color
Monochromatic Colors of #47918B
Black with #47918B
Text Example
Text Example
White with #47918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47918B; }
p { color: rgb(71,145,139); }
H1.HeaderClassName
{
color: #47918B;
}
.AnyTagClassName
{
color: #47918B;
}
</style>
background-color css
<style>
a { background-color: #47918B; }
a { background-color: rgb(71,145,139); }
div.DivClassName
{
background-color: #47918B;
}
.BgClassName
{
background-color: #47918B;
}
</style>
border-color css
<style>
span { border-color: #47918B; }
span { border-color: rgb(71,145,139); }
td.TdClassName
{
border-color: #47918B;
}
.TagClassName
{
border-color: #47918B;
}
</style>