Shades of Chambray #465A72
Tints of Chambray #465A72
RGB
CMYK
RGB Variations
Color information
#465A72 (or 0x465A72) is known color: Chambray. HEX triplet: 46, 5A and 72. RGB value is (70,90,114). Sum of RGB (Red+Green+Blue) = 70+90+114=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #465A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A72 is #B9A58D. Grayscale: #565656. Windows color (decimal): -12166542 or 7494214. OLE color: 7494214.
HSL color Cylindrical-coordinate representation of color #465A72: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465A72 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 90 | 114 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.55 |
| HSL | 212.73º | 0.24% | 0.36% | - |
| HSV(B) | 212.73º | 0.39% | 0.45% | - |
| XYZ | 9.22 | 9.83 | 17.33 | - |
| YUV | 86.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 114 | 0.39 | 0.21 | 0 | 0.55 | 212.73 | 0.24 | 0.36 |
| Hex | 46 | 5A | 72 | 27 | 15 | 0 | 37 | D5 | 18 | 24 |
| Octal | 106 | 132 | 162 | 47 | 25 | 0 | 67 | 325 | 30 | 44 |
| Binary | 1000110 | 1011010 | 1110010 | 100111 | 10101 | 0 | 110111 | 11010101 | 11000 | 100100 |
Color Harmonies of #465A72
Complementary color
Monochromatic Colors of #465A72
Black with #465A72
Text Example
Text Example
White with #465A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A72; }
p { color: rgb(70,90,114); }
H1.HeaderClassName
{
color: #465A72;
}
.AnyTagClassName
{
color: #465A72;
}
</style>
background-color css
<style>
a { background-color: #465A72; }
a { background-color: rgb(70,90,114); }
div.DivClassName
{
background-color: #465A72;
}
.BgClassName
{
background-color: #465A72;
}
</style>
border-color css
<style>
span { border-color: #465A72; }
span { border-color: rgb(70,90,114); }
td.TdClassName
{
border-color: #465A72;
}
.TagClassName
{
border-color: #465A72;
}
</style>