Shades of Chambray #465E87
Tints of Chambray #465E87
RGB
CMYK
RGB Variations
Color information
#465E87 (or 0x465E87) is known color: Chambray. HEX triplet: 46, 5E and 87. RGB value is (70,94,135). Sum of RGB (Red+Green+Blue) = 70+94+135=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #465E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465E87 is #B9A178. Grayscale: #5B5B5B. Windows color (decimal): -12165497 or 8871494. OLE color: 8871494.
HSL color Cylindrical-coordinate representation of color #465E87: hue angle of 217.85º degrees, saturation: 0.32, 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 #465E87 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 94 | 135 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.47 |
| HSL | 217.85º | 0.32% | 0.4% | - |
| HSV(B) | 217.85º | 0.48% | 0.53% | - |
| XYZ | 10.9 | 11.06 | 24.48 | - |
| YUV | 91.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 135 | 0.48 | 0.30 | 0 | 0.47 | 217.85 | 0.32 | 0.4 |
| Hex | 46 | 5E | 87 | 30 | 1E | 0 | 2F | DA | 20 | 28 |
| Octal | 106 | 136 | 207 | 60 | 36 | 0 | 57 | 332 | 40 | 50 |
| Binary | 1000110 | 1011110 | 10000111 | 110000 | 11110 | 0 | 101111 | 11011010 | 100000 | 101000 |
Color Harmonies of #465E87
Complementary color
Monochromatic Colors of #465E87
Black with #465E87
Text Example
Text Example
White with #465E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E87; }
p { color: rgb(70,94,135); }
H1.HeaderClassName
{
color: #465E87;
}
.AnyTagClassName
{
color: #465E87;
}
</style>
background-color css
<style>
a { background-color: #465E87; }
a { background-color: rgb(70,94,135); }
div.DivClassName
{
background-color: #465E87;
}
.BgClassName
{
background-color: #465E87;
}
</style>
border-color css
<style>
span { border-color: #465E87; }
span { border-color: rgb(70,94,135); }
td.TdClassName
{
border-color: #465E87;
}
.TagClassName
{
border-color: #465E87;
}
</style>