Shades of Chambray #465A82
Tints of Chambray #465A82
RGB
CMYK
RGB Variations
Color information
#465A82 (or 0x465A82) is known color: Chambray. HEX triplet: 46, 5A and 82. RGB value is (70,90,130). Sum of RGB (Red+Green+Blue) = 70+90+130=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #465A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A82 is #B9A57D. Grayscale: #585858. Windows color (decimal): -12166526 or 8542790. OLE color: 8542790.
HSL color Cylindrical-coordinate representation of color #465A82: hue angle of 220º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465A82 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 90 | 130 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.49 |
| HSL | 220º | 0.3% | 0.39% | - |
| HSV(B) | 220º | 0.46% | 0.51% | - |
| XYZ | 10.21 | 10.23 | 22.55 | - |
| YUV | 88.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 130 | 0.46 | 0.31 | 0 | 0.49 | 220 | 0.3 | 0.39 |
| Hex | 46 | 5A | 82 | 2E | 1F | 0 | 31 | DC | 1E | 27 |
| Octal | 106 | 132 | 202 | 56 | 37 | 0 | 61 | 334 | 36 | 47 |
| Binary | 1000110 | 1011010 | 10000010 | 101110 | 11111 | 0 | 110001 | 11011100 | 11110 | 100111 |
Color Harmonies of #465A82
Complementary color
Monochromatic Colors of #465A82
Black with #465A82
Text Example
Text Example
White with #465A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A82; }
p { color: rgb(70,90,130); }
H1.HeaderClassName
{
color: #465A82;
}
.AnyTagClassName
{
color: #465A82;
}
</style>
background-color css
<style>
a { background-color: #465A82; }
a { background-color: rgb(70,90,130); }
div.DivClassName
{
background-color: #465A82;
}
.BgClassName
{
background-color: #465A82;
}
</style>
border-color css
<style>
span { border-color: #465A82; }
span { border-color: rgb(70,90,130); }
td.TdClassName
{
border-color: #465A82;
}
.TagClassName
{
border-color: #465A82;
}
</style>