Shades of Lochinvar #479D92
Tints of Lochinvar #479D92
RGB
CMYK
RGB Variations
Color information
#479D92 (or 0x479D92) is known color: Lochinvar. HEX triplet: 47, 9D and 92. RGB value is (71,157,146). Sum of RGB (Red+Green+Blue) = 71+157+146=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #479D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D92 is #B8626D. Grayscale: #818181. Windows color (decimal): -12083822 or 9608519. OLE color: 9608519.
HSL color Cylindrical-coordinate representation of color #479D92: hue angle of 172.33º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D92 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 146 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.38 |
| HSL | 172.33º | 0.38% | 0.45% | - |
| HSV(B) | 172.33º | 0.55% | 0.62% | - |
| XYZ | 19.84 | 27.53 | 31.46 | - |
| YUV | 130.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 146 | 0.55 | 0 | 0.07 | 0.38 | 172.33 | 0.38 | 0.45 |
| Hex | 47 | 9D | 92 | 37 | 0 | 7 | 26 | AC | 26 | 2D |
| Octal | 107 | 235 | 222 | 67 | 0 | 7 | 46 | 254 | 46 | 55 |
| Binary | 1000111 | 10011101 | 10010010 | 110111 | 0 | 111 | 100110 | 10101100 | 100110 | 101101 |
Color Harmonies of #479D92
Complementary color
Monochromatic Colors of #479D92
Black with #479D92
Text Example
Text Example
White with #479D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D92; }
p { color: rgb(71,157,146); }
H1.HeaderClassName
{
color: #479D92;
}
.AnyTagClassName
{
color: #479D92;
}
</style>
background-color css
<style>
a { background-color: #479D92; }
a { background-color: rgb(71,157,146); }
div.DivClassName
{
background-color: #479D92;
}
.BgClassName
{
background-color: #479D92;
}
</style>
border-color css
<style>
span { border-color: #479D92; }
span { border-color: rgb(71,157,146); }
td.TdClassName
{
border-color: #479D92;
}
.TagClassName
{
border-color: #479D92;
}
</style>