Shades of Chambray #465A81
Tints of Chambray #465A81
RGB
CMYK
RGB Variations
Color information
#465A81 (or 0x465A81) is known color: Chambray. HEX triplet: 46, 5A and 81. RGB value is (70,90,129). Sum of RGB (Red+Green+Blue) = 70+90+129=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #465A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A81 is #B9A57E. Grayscale: #585858. Windows color (decimal): -12166527 or 8477254. OLE color: 8477254.
HSL color Cylindrical-coordinate representation of color #465A81: hue angle of 219.66º 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 #465A81 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 90 | 129 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.49 |
| HSL | 219.66º | 0.3% | 0.39% | - |
| HSV(B) | 219.66º | 0.46% | 0.51% | - |
| XYZ | 10.14 | 10.2 | 22.2 | - |
| YUV | 88.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 129 | 0.46 | 0.30 | 0 | 0.49 | 219.66 | 0.3 | 0.39 |
| Hex | 46 | 5A | 81 | 2E | 1E | 0 | 31 | DC | 1E | 27 |
| Octal | 106 | 132 | 201 | 56 | 36 | 0 | 61 | 334 | 36 | 47 |
| Binary | 1000110 | 1011010 | 10000001 | 101110 | 11110 | 0 | 110001 | 11011100 | 11110 | 100111 |
Color Harmonies of #465A81
Complementary color
Monochromatic Colors of #465A81
Black with #465A81
Text Example
Text Example
White with #465A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A81; }
p { color: rgb(70,90,129); }
H1.HeaderClassName
{
color: #465A81;
}
.AnyTagClassName
{
color: #465A81;
}
</style>
background-color css
<style>
a { background-color: #465A81; }
a { background-color: rgb(70,90,129); }
div.DivClassName
{
background-color: #465A81;
}
.BgClassName
{
background-color: #465A81;
}
</style>
border-color css
<style>
span { border-color: #465A81; }
span { border-color: rgb(70,90,129); }
td.TdClassName
{
border-color: #465A81;
}
.TagClassName
{
border-color: #465A81;
}
</style>