Shades of Chambray #41567A
Tints of Chambray #41567A
RGB
CMYK
RGB Variations
Color information
#41567A (or 0x41567A) is known color: Chambray. HEX triplet: 41, 56 and 7A. RGB value is (65,86,122). Sum of RGB (Red+Green+Blue) = 65+86+122=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #41567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41567A is #BEA985. Grayscale: #535353. Windows color (decimal): -12495238 or 8017473. OLE color: 8017473.
HSL color Cylindrical-coordinate representation of color #41567A: hue angle of 217.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41567A is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 86 | 122 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.52 |
| HSL | 217.89º | 0.3% | 0.37% | - |
| HSV(B) | 217.89º | 0.47% | 0.48% | - |
| XYZ | 9.02 | 9.18 | 19.71 | - |
| YUV | 83.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 122 | 0.47 | 0.30 | 0 | 0.52 | 217.89 | 0.3 | 0.37 |
| Hex | 41 | 56 | 7A | 2F | 1E | 0 | 34 | DA | 1E | 25 |
| Octal | 101 | 126 | 172 | 57 | 36 | 0 | 64 | 332 | 36 | 45 |
| Binary | 1000001 | 1010110 | 1111010 | 101111 | 11110 | 0 | 110100 | 11011010 | 11110 | 100101 |
Color Harmonies of #41567A
Complementary color
Monochromatic Colors of #41567A
Black with #41567A
Text Example
Text Example
White with #41567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41567A; }
p { color: rgb(65,86,122); }
H1.HeaderClassName
{
color: #41567A;
}
.AnyTagClassName
{
color: #41567A;
}
</style>
background-color css
<style>
a { background-color: #41567A; }
a { background-color: rgb(65,86,122); }
div.DivClassName
{
background-color: #41567A;
}
.BgClassName
{
background-color: #41567A;
}
</style>
border-color css
<style>
span { border-color: #41567A; }
span { border-color: rgb(65,86,122); }
td.TdClassName
{
border-color: #41567A;
}
.TagClassName
{
border-color: #41567A;
}
</style>