Shades of Chambray #49617A
Tints of Chambray #49617A
RGB
CMYK
RGB Variations
Color information
#49617A (or 0x49617A) is known color: Chambray. HEX triplet: 49, 61 and 7A. RGB value is (73,97,122). Sum of RGB (Red+Green+Blue) = 73+97+122=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #49617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49617A is #B69E85. Grayscale: #5C5C5C. Windows color (decimal): -11968134 or 8020297. OLE color: 8020297.
HSL color Cylindrical-coordinate representation of color #49617A: hue angle of 210.61º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49617A is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 97 | 122 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.52 |
| HSL | 210.61º | 0.25% | 0.38% | - |
| HSV(B) | 210.61º | 0.4% | 0.48% | - |
| XYZ | 10.54 | 11.37 | 20.05 | - |
| YUV | 92.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 122 | 0.40 | 0.20 | 0 | 0.52 | 210.61 | 0.25 | 0.38 |
| Hex | 49 | 61 | 7A | 28 | 14 | 0 | 34 | D3 | 19 | 26 |
| Octal | 111 | 141 | 172 | 50 | 24 | 0 | 64 | 323 | 31 | 46 |
| Binary | 1001001 | 1100001 | 1111010 | 101000 | 10100 | 0 | 110100 | 11010011 | 11001 | 100110 |
Color Harmonies of #49617A
Complementary color
Monochromatic Colors of #49617A
Black with #49617A
Text Example
Text Example
White with #49617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49617A; }
p { color: rgb(73,97,122); }
H1.HeaderClassName
{
color: #49617A;
}
.AnyTagClassName
{
color: #49617A;
}
</style>
background-color css
<style>
a { background-color: #49617A; }
a { background-color: rgb(73,97,122); }
div.DivClassName
{
background-color: #49617A;
}
.BgClassName
{
background-color: #49617A;
}
</style>
border-color css
<style>
span { border-color: #49617A; }
span { border-color: rgb(73,97,122); }
td.TdClassName
{
border-color: #49617A;
}
.TagClassName
{
border-color: #49617A;
}
</style>