Shades of Lochinvar #469383
Tints of Lochinvar #469383
RGB
CMYK
RGB Variations
Color information
#469383 (or 0x469383) is known color: Lochinvar. HEX triplet: 46, 93 and 83. RGB value is (70,147,131). Sum of RGB (Red+Green+Blue) = 70+147+131=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #469383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469383 is #B96C7C. Grayscale: #7A7A7A. Windows color (decimal): -12151933 or 8622918. OLE color: 8622918.
HSL color Cylindrical-coordinate representation of color #469383: hue angle of 167.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469383 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 131 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.42 |
| HSL | 167.53º | 0.35% | 0.43% | - |
| HSV(B) | 167.53º | 0.52% | 0.58% | - |
| XYZ | 17.06 | 23.81 | 25.17 | - |
| YUV | 122.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 131 | 0.52 | 0 | 0.11 | 0.42 | 167.53 | 0.35 | 0.43 |
| Hex | 46 | 93 | 83 | 34 | 0 | B | 2A | A8 | 23 | 2B |
| Octal | 106 | 223 | 203 | 64 | 0 | 13 | 52 | 250 | 43 | 53 |
| Binary | 1000110 | 10010011 | 10000011 | 110100 | 0 | 1011 | 101010 | 10101000 | 100011 | 101011 |
Color Harmonies of #469383
Complementary color
Monochromatic Colors of #469383
Black with #469383
Text Example
Text Example
White with #469383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469383; }
p { color: rgb(70,147,131); }
H1.HeaderClassName
{
color: #469383;
}
.AnyTagClassName
{
color: #469383;
}
</style>
background-color css
<style>
a { background-color: #469383; }
a { background-color: rgb(70,147,131); }
div.DivClassName
{
background-color: #469383;
}
.BgClassName
{
background-color: #469383;
}
</style>
border-color css
<style>
span { border-color: #469383; }
span { border-color: rgb(70,147,131); }
td.TdClassName
{
border-color: #469383;
}
.TagClassName
{
border-color: #469383;
}
</style>