Shades of Lochinvar #409285
Tints of Lochinvar #409285
RGB
CMYK
RGB Variations
Color information
#409285 (or 0x409285) is known color: Lochinvar. HEX triplet: 40, 92 and 85. RGB value is (64,146,133). Sum of RGB (Red+Green+Blue) = 64+146+133=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #409285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409285 is #BF6D7A. Grayscale: #777777. Windows color (decimal): -12545403 or 8753728. OLE color: 8753728.
HSL color Cylindrical-coordinate representation of color #409285: hue angle of 170.49º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409285 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 133 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.43 |
| HSL | 170.49º | 0.39% | 0.41% | - |
| HSV(B) | 170.49º | 0.56% | 0.57% | - |
| XYZ | 16.63 | 23.34 | 25.82 | - |
| YUV | 120 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 133 | 0.56 | 0 | 0.09 | 0.43 | 170.49 | 0.39 | 0.41 |
| Hex | 40 | 92 | 85 | 38 | 0 | 9 | 2B | AA | 27 | 29 |
| Octal | 100 | 222 | 205 | 70 | 0 | 11 | 53 | 252 | 47 | 51 |
| Binary | 1000000 | 10010010 | 10000101 | 111000 | 0 | 1001 | 101011 | 10101010 | 100111 | 101001 |
Color Harmonies of #409285
Complementary color
Monochromatic Colors of #409285
Black with #409285
Text Example
Text Example
White with #409285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409285; }
p { color: rgb(64,146,133); }
H1.HeaderClassName
{
color: #409285;
}
.AnyTagClassName
{
color: #409285;
}
</style>
background-color css
<style>
a { background-color: #409285; }
a { background-color: rgb(64,146,133); }
div.DivClassName
{
background-color: #409285;
}
.BgClassName
{
background-color: #409285;
}
</style>
border-color css
<style>
span { border-color: #409285; }
span { border-color: rgb(64,146,133); }
td.TdClassName
{
border-color: #409285;
}
.TagClassName
{
border-color: #409285;
}
</style>