Shades of Chambray #465A87
Tints of Chambray #465A87
RGB
CMYK
RGB Variations
Color information
#465A87 (or 0x465A87) is known color: Chambray. HEX triplet: 46, 5A and 87. RGB value is (70,90,135). Sum of RGB (Red+Green+Blue) = 70+90+135=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #465A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A87 is #B9A578. Grayscale: #585858. Windows color (decimal): -12166521 or 8870470. OLE color: 8870470.
HSL color Cylindrical-coordinate representation of color #465A87: hue angle of 221.54º 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 #465A87 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 90 | 135 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.47 |
| HSL | 221.54º | 0.32% | 0.4% | - |
| HSV(B) | 221.54º | 0.48% | 0.53% | - |
| XYZ | 10.56 | 10.36 | 24.37 | - |
| YUV | 89.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 135 | 0.48 | 0.33 | 0 | 0.47 | 221.54 | 0.32 | 0.4 |
| Hex | 46 | 5A | 87 | 30 | 21 | 0 | 2F | DE | 20 | 28 |
| Octal | 106 | 132 | 207 | 60 | 41 | 0 | 57 | 336 | 40 | 50 |
| Binary | 1000110 | 1011010 | 10000111 | 110000 | 100001 | 0 | 101111 | 11011110 | 100000 | 101000 |
Color Harmonies of #465A87
Complementary color
Monochromatic Colors of #465A87
Black with #465A87
Text Example
Text Example
White with #465A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A87; }
p { color: rgb(70,90,135); }
H1.HeaderClassName
{
color: #465A87;
}
.AnyTagClassName
{
color: #465A87;
}
</style>
background-color css
<style>
a { background-color: #465A87; }
a { background-color: rgb(70,90,135); }
div.DivClassName
{
background-color: #465A87;
}
.BgClassName
{
background-color: #465A87;
}
</style>
border-color css
<style>
span { border-color: #465A87; }
span { border-color: rgb(70,90,135); }
td.TdClassName
{
border-color: #465A87;
}
.TagClassName
{
border-color: #465A87;
}
</style>