Shades of Chambray #465C82
Tints of Chambray #465C82
RGB
CMYK
RGB Variations
Color information
#465C82 (or 0x465C82) is known color: Chambray. HEX triplet: 46, 5C and 82. RGB value is (70,92,130). Sum of RGB (Red+Green+Blue) = 70+92+130=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #465C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C82 is #B9A37D. Grayscale: #595959. Windows color (decimal): -12166014 or 8543302. OLE color: 8543302.
HSL color Cylindrical-coordinate representation of color #465C82: hue angle of 218º 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 #465C82 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 92 | 130 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.49 |
| HSL | 218º | 0.3% | 0.39% | - |
| HSV(B) | 218º | 0.46% | 0.51% | - |
| XYZ | 10.38 | 10.57 | 22.61 | - |
| YUV | 89.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 130 | 0.46 | 0.29 | 0 | 0.49 | 218 | 0.3 | 0.39 |
| Hex | 46 | 5C | 82 | 2E | 1D | 0 | 31 | DA | 1E | 27 |
| Octal | 106 | 134 | 202 | 56 | 35 | 0 | 61 | 332 | 36 | 47 |
| Binary | 1000110 | 1011100 | 10000010 | 101110 | 11101 | 0 | 110001 | 11011010 | 11110 | 100111 |
Color Harmonies of #465C82
Complementary color
Monochromatic Colors of #465C82
Black with #465C82
Text Example
Text Example
White with #465C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C82; }
p { color: rgb(70,92,130); }
H1.HeaderClassName
{
color: #465C82;
}
.AnyTagClassName
{
color: #465C82;
}
</style>
background-color css
<style>
a { background-color: #465C82; }
a { background-color: rgb(70,92,130); }
div.DivClassName
{
background-color: #465C82;
}
.BgClassName
{
background-color: #465C82;
}
</style>
border-color css
<style>
span { border-color: #465C82; }
span { border-color: rgb(70,92,130); }
td.TdClassName
{
border-color: #465C82;
}
.TagClassName
{
border-color: #465C82;
}
</style>