Shades of Chambray #465B86
Tints of Chambray #465B86
RGB
CMYK
RGB Variations
Color information
#465B86 (or 0x465B86) is known color: Chambray. HEX triplet: 46, 5B and 86. RGB value is (70,91,134). Sum of RGB (Red+Green+Blue) = 70+91+134=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #465B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B86 is #B9A479. Grayscale: #595959. Windows color (decimal): -12166266 or 8805190. OLE color: 8805190.
HSL color Cylindrical-coordinate representation of color #465B86: hue angle of 220.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #465B86 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 91 | 134 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.47 |
| HSL | 220.31º | 0.31% | 0.4% | - |
| HSV(B) | 220.31º | 0.48% | 0.53% | - |
| XYZ | 10.57 | 10.51 | 24.02 | - |
| YUV | 89.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 134 | 0.48 | 0.32 | 0 | 0.47 | 220.31 | 0.31 | 0.4 |
| Hex | 46 | 5B | 86 | 30 | 20 | 0 | 2F | DC | 1F | 28 |
| Octal | 106 | 133 | 206 | 60 | 40 | 0 | 57 | 334 | 37 | 50 |
| Binary | 1000110 | 1011011 | 10000110 | 110000 | 100000 | 0 | 101111 | 11011100 | 11111 | 101000 |
Color Harmonies of #465B86
Complementary color
Monochromatic Colors of #465B86
Black with #465B86
Text Example
Text Example
White with #465B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B86; }
p { color: rgb(70,91,134); }
H1.HeaderClassName
{
color: #465B86;
}
.AnyTagClassName
{
color: #465B86;
}
</style>
background-color css
<style>
a { background-color: #465B86; }
a { background-color: rgb(70,91,134); }
div.DivClassName
{
background-color: #465B86;
}
.BgClassName
{
background-color: #465B86;
}
</style>
border-color css
<style>
span { border-color: #465B86; }
span { border-color: rgb(70,91,134); }
td.TdClassName
{
border-color: #465B86;
}
.TagClassName
{
border-color: #465B86;
}
</style>