Shades of Chambray #465B82
Tints of Chambray #465B82
RGB
CMYK
RGB Variations
Color information
#465B82 (or 0x465B82) is known color: Chambray. HEX triplet: 46, 5B and 82. RGB value is (70,91,130). Sum of RGB (Red+Green+Blue) = 70+91+130=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #465B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B82 is #B9A47D. Grayscale: #585858. Windows color (decimal): -12166270 or 8543046. OLE color: 8543046.
HSL color Cylindrical-coordinate representation of color #465B82: hue angle of 219º 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 #465B82 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 91 | 130 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.49 |
| HSL | 219º | 0.3% | 0.39% | - |
| HSV(B) | 219º | 0.46% | 0.51% | - |
| XYZ | 10.3 | 10.4 | 22.58 | - |
| YUV | 89.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 130 | 0.46 | 0.30 | 0 | 0.49 | 219 | 0.3 | 0.39 |
| Hex | 46 | 5B | 82 | 2E | 1E | 0 | 31 | DB | 1E | 27 |
| Octal | 106 | 133 | 202 | 56 | 36 | 0 | 61 | 333 | 36 | 47 |
| Binary | 1000110 | 1011011 | 10000010 | 101110 | 11110 | 0 | 110001 | 11011011 | 11110 | 100111 |
Color Harmonies of #465B82
Complementary color
Monochromatic Colors of #465B82
Black with #465B82
Text Example
Text Example
White with #465B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B82; }
p { color: rgb(70,91,130); }
H1.HeaderClassName
{
color: #465B82;
}
.AnyTagClassName
{
color: #465B82;
}
</style>
background-color css
<style>
a { background-color: #465B82; }
a { background-color: rgb(70,91,130); }
div.DivClassName
{
background-color: #465B82;
}
.BgClassName
{
background-color: #465B82;
}
</style>
border-color css
<style>
span { border-color: #465B82; }
span { border-color: rgb(70,91,130); }
td.TdClassName
{
border-color: #465B82;
}
.TagClassName
{
border-color: #465B82;
}
</style>