Shades of Chambray #465985
Tints of Chambray #465985
RGB
CMYK
RGB Variations
Color information
#465985 (or 0x465985) is known color: Chambray. HEX triplet: 46, 59 and 85. RGB value is (70,89,133). Sum of RGB (Red+Green+Blue) = 70+89+133=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #465985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465985 is #B9A67A. Grayscale: #585858. Windows color (decimal): -12166779 or 8739142. OLE color: 8739142.
HSL color Cylindrical-coordinate representation of color #465985: hue angle of 221.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465985 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 89 | 133 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.48 |
| HSL | 221.9º | 0.31% | 0.4% | - |
| HSV(B) | 221.9º | 0.47% | 0.52% | - |
| XYZ | 10.33 | 10.14 | 23.6 | - |
| YUV | 88.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 133 | 0.47 | 0.33 | 0 | 0.48 | 221.9 | 0.31 | 0.4 |
| Hex | 46 | 59 | 85 | 2F | 21 | 0 | 30 | DE | 1F | 28 |
| Octal | 106 | 131 | 205 | 57 | 41 | 0 | 60 | 336 | 37 | 50 |
| Binary | 1000110 | 1011001 | 10000101 | 101111 | 100001 | 0 | 110000 | 11011110 | 11111 | 101000 |
Color Harmonies of #465985
Complementary color
Monochromatic Colors of #465985
Black with #465985
Text Example
Text Example
White with #465985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465985; }
p { color: rgb(70,89,133); }
H1.HeaderClassName
{
color: #465985;
}
.AnyTagClassName
{
color: #465985;
}
</style>
background-color css
<style>
a { background-color: #465985; }
a { background-color: rgb(70,89,133); }
div.DivClassName
{
background-color: #465985;
}
.BgClassName
{
background-color: #465985;
}
</style>
border-color css
<style>
span { border-color: #465985; }
span { border-color: rgb(70,89,133); }
td.TdClassName
{
border-color: #465985;
}
.TagClassName
{
border-color: #465985;
}
</style>