Shades of Lochinvar #478F89
Tints of Lochinvar #478F89
RGB
CMYK
RGB Variations
Color information
#478F89 (or 0x478F89) is known color: Lochinvar. HEX triplet: 47, 8F and 89. RGB value is (71,143,137). Sum of RGB (Red+Green+Blue) = 71+143+137=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #478F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F89 is #B87076. Grayscale: #787878. Windows color (decimal): -12087415 or 9015111. OLE color: 9015111.
HSL color Cylindrical-coordinate representation of color #478F89: hue angle of 175º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F89 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 137 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.44 |
| HSL | 175º | 0.34% | 0.42% | - |
| HSV(B) | 175º | 0.5% | 0.56% | - |
| XYZ | 16.94 | 22.79 | 27.17 | - |
| YUV | 120.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 137 | 0.50 | 0 | 0.04 | 0.44 | 175 | 0.34 | 0.42 |
| Hex | 47 | 8F | 89 | 32 | 0 | 4 | 2C | AF | 22 | 2A |
| Octal | 107 | 217 | 211 | 62 | 0 | 4 | 54 | 257 | 42 | 52 |
| Binary | 1000111 | 10001111 | 10001001 | 110010 | 0 | 100 | 101100 | 10101111 | 100010 | 101010 |
Color Harmonies of #478F89
Complementary color
Monochromatic Colors of #478F89
Black with #478F89
Text Example
Text Example
White with #478F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F89; }
p { color: rgb(71,143,137); }
H1.HeaderClassName
{
color: #478F89;
}
.AnyTagClassName
{
color: #478F89;
}
</style>
background-color css
<style>
a { background-color: #478F89; }
a { background-color: rgb(71,143,137); }
div.DivClassName
{
background-color: #478F89;
}
.BgClassName
{
background-color: #478F89;
}
</style>
border-color css
<style>
span { border-color: #478F89; }
span { border-color: rgb(71,143,137); }
td.TdClassName
{
border-color: #478F89;
}
.TagClassName
{
border-color: #478F89;
}
</style>