Shades of Chambray #41577A
Tints of Chambray #41577A
RGB
CMYK
RGB Variations
Color information
#41577A (or 0x41577A) is known color: Chambray. HEX triplet: 41, 57 and 7A. RGB value is (65,87,122). Sum of RGB (Red+Green+Blue) = 65+87+122=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #41577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41577A is #BEA885. Grayscale: #545454. Windows color (decimal): -12494982 or 8017729. OLE color: 8017729.
HSL color Cylindrical-coordinate representation of color #41577A: hue angle of 216.84º 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 #41577A is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 87 | 122 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.52 |
| HSL | 216.84º | 0.3% | 0.37% | - |
| HSV(B) | 216.84º | 0.47% | 0.48% | - |
| XYZ | 9.1 | 9.35 | 19.74 | - |
| YUV | 84.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 122 | 0.47 | 0.29 | 0 | 0.52 | 216.84 | 0.3 | 0.37 |
| Hex | 41 | 57 | 7A | 2F | 1D | 0 | 34 | D9 | 1E | 25 |
| Octal | 101 | 127 | 172 | 57 | 35 | 0 | 64 | 331 | 36 | 45 |
| Binary | 1000001 | 1010111 | 1111010 | 101111 | 11101 | 0 | 110100 | 11011001 | 11110 | 100101 |
Color Harmonies of #41577A
Complementary color
Monochromatic Colors of #41577A
Black with #41577A
Text Example
Text Example
White with #41577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41577A; }
p { color: rgb(65,87,122); }
H1.HeaderClassName
{
color: #41577A;
}
.AnyTagClassName
{
color: #41577A;
}
</style>
background-color css
<style>
a { background-color: #41577A; }
a { background-color: rgb(65,87,122); }
div.DivClassName
{
background-color: #41577A;
}
.BgClassName
{
background-color: #41577A;
}
</style>
border-color css
<style>
span { border-color: #41577A; }
span { border-color: rgb(65,87,122); }
td.TdClassName
{
border-color: #41577A;
}
.TagClassName
{
border-color: #41577A;
}
</style>