Shades of Chambray #405B7C
Tints of Chambray #405B7C
RGB
CMYK
RGB Variations
Color information
#405B7C (or 0x405B7C) is known color: Chambray. HEX triplet: 40, 5B and 7C. RGB value is (64,91,124). Sum of RGB (Red+Green+Blue) = 64+91+124=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #405B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B7C is #BFA483. Grayscale: #565656. Windows color (decimal): -12559492 or 8149824. OLE color: 8149824.
HSL color Cylindrical-coordinate representation of color #405B7C: hue angle of 213º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #405B7C is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 91 | 124 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.51 |
| HSL | 213º | 0.32% | 0.37% | - |
| HSV(B) | 213º | 0.48% | 0.49% | - |
| XYZ | 9.49 | 10.03 | 20.5 | - |
| YUV | 86.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 124 | 0.48 | 0.27 | 0 | 0.51 | 213 | 0.32 | 0.37 |
| Hex | 40 | 5B | 7C | 30 | 1B | 0 | 33 | D5 | 20 | 25 |
| Octal | 100 | 133 | 174 | 60 | 33 | 0 | 63 | 325 | 40 | 45 |
| Binary | 1000000 | 1011011 | 1111100 | 110000 | 11011 | 0 | 110011 | 11010101 | 100000 | 100101 |
Color Harmonies of #405B7C
Complementary color
Monochromatic Colors of #405B7C
Black with #405B7C
Text Example
Text Example
White with #405B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B7C; }
p { color: rgb(64,91,124); }
H1.HeaderClassName
{
color: #405B7C;
}
.AnyTagClassName
{
color: #405B7C;
}
</style>
background-color css
<style>
a { background-color: #405B7C; }
a { background-color: rgb(64,91,124); }
div.DivClassName
{
background-color: #405B7C;
}
.BgClassName
{
background-color: #405B7C;
}
</style>
border-color css
<style>
span { border-color: #405B7C; }
span { border-color: rgb(64,91,124); }
td.TdClassName
{
border-color: #405B7C;
}
.TagClassName
{
border-color: #405B7C;
}
</style>