Shades of Chambray #40547E
Tints of Chambray #40547E
RGB
CMYK
RGB Variations
Color information
#40547E (or 0x40547E) is known color: Chambray. HEX triplet: 40, 54 and 7E. RGB value is (64,84,126). Sum of RGB (Red+Green+Blue) = 64+84+126=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #40547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40547E is #BFAB81. Grayscale: #525252. Windows color (decimal): -12561282 or 8279104. OLE color: 8279104.
HSL color Cylindrical-coordinate representation of color #40547E: hue angle of 220.65º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40547E is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 84 | 126 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.51 |
| HSL | 220.65º | 0.33% | 0.37% | - |
| HSV(B) | 220.65º | 0.49% | 0.49% | - |
| XYZ | 9.05 | 8.94 | 20.99 | - |
| YUV | 82.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 126 | 0.49 | 0.33 | 0 | 0.51 | 220.65 | 0.33 | 0.37 |
| Hex | 40 | 54 | 7E | 31 | 21 | 0 | 33 | DD | 21 | 25 |
| Octal | 100 | 124 | 176 | 61 | 41 | 0 | 63 | 335 | 41 | 45 |
| Binary | 1000000 | 1010100 | 1111110 | 110001 | 100001 | 0 | 110011 | 11011101 | 100001 | 100101 |
Color Harmonies of #40547E
Complementary color
Monochromatic Colors of #40547E
Black with #40547E
Text Example
Text Example
White with #40547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40547E; }
p { color: rgb(64,84,126); }
H1.HeaderClassName
{
color: #40547E;
}
.AnyTagClassName
{
color: #40547E;
}
</style>
background-color css
<style>
a { background-color: #40547E; }
a { background-color: rgb(64,84,126); }
div.DivClassName
{
background-color: #40547E;
}
.BgClassName
{
background-color: #40547E;
}
</style>
border-color css
<style>
span { border-color: #40547E; }
span { border-color: rgb(64,84,126); }
td.TdClassName
{
border-color: #40547E;
}
.TagClassName
{
border-color: #40547E;
}
</style>