Shades of Chambray #41597A
Tints of Chambray #41597A
RGB
CMYK
RGB Variations
Color information
#41597A (or 0x41597A) is known color: Chambray. HEX triplet: 41, 59 and 7A. RGB value is (65,89,122). Sum of RGB (Red+Green+Blue) = 65+89+122=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #41597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41597A is #BEA685. Grayscale: #555555. Windows color (decimal): -12494470 or 8018241. OLE color: 8018241.
HSL color Cylindrical-coordinate representation of color #41597A: hue angle of 214.74º 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 #41597A is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 89 | 122 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.52 |
| HSL | 214.74º | 0.3% | 0.37% | - |
| HSV(B) | 214.74º | 0.47% | 0.48% | - |
| XYZ | 9.27 | 9.67 | 19.79 | - |
| YUV | 85.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 122 | 0.47 | 0.27 | 0 | 0.52 | 214.74 | 0.3 | 0.37 |
| Hex | 41 | 59 | 7A | 2F | 1B | 0 | 34 | D7 | 1E | 25 |
| Octal | 101 | 131 | 172 | 57 | 33 | 0 | 64 | 327 | 36 | 45 |
| Binary | 1000001 | 1011001 | 1111010 | 101111 | 11011 | 0 | 110100 | 11010111 | 11110 | 100101 |
Color Harmonies of #41597A
Complementary color
Monochromatic Colors of #41597A
Black with #41597A
Text Example
Text Example
White with #41597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41597A; }
p { color: rgb(65,89,122); }
H1.HeaderClassName
{
color: #41597A;
}
.AnyTagClassName
{
color: #41597A;
}
</style>
background-color css
<style>
a { background-color: #41597A; }
a { background-color: rgb(65,89,122); }
div.DivClassName
{
background-color: #41597A;
}
.BgClassName
{
background-color: #41597A;
}
</style>
border-color css
<style>
span { border-color: #41597A; }
span { border-color: rgb(65,89,122); }
td.TdClassName
{
border-color: #41597A;
}
.TagClassName
{
border-color: #41597A;
}
</style>