Shades of Chambray #49577D
Tints of Chambray #49577D
RGB
CMYK
RGB Variations
Color information
#49577D (or 0x49577D) is known color: Chambray. HEX triplet: 49, 57 and 7D. RGB value is (73,87,125). Sum of RGB (Red+Green+Blue) = 73+87+125=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #49577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49577D is #B6A882. Grayscale: #565656. Windows color (decimal): -11970691 or 8214345. OLE color: 8214345.
HSL color Cylindrical-coordinate representation of color #49577D: hue angle of 223.85º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49577D is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 87 | 125 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.51 |
| HSL | 223.85º | 0.26% | 0.39% | - |
| HSV(B) | 223.85º | 0.42% | 0.49% | - |
| XYZ | 9.86 | 9.71 | 20.76 | - |
| YUV | 87.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 125 | 0.42 | 0.30 | 0 | 0.51 | 223.85 | 0.26 | 0.39 |
| Hex | 49 | 57 | 7D | 2A | 1E | 0 | 33 | E0 | 1A | 27 |
| Octal | 111 | 127 | 175 | 52 | 36 | 0 | 63 | 340 | 32 | 47 |
| Binary | 1001001 | 1010111 | 1111101 | 101010 | 11110 | 0 | 110011 | 11100000 | 11010 | 100111 |
Color Harmonies of #49577D
Complementary color
Monochromatic Colors of #49577D
Black with #49577D
Text Example
Text Example
White with #49577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49577D; }
p { color: rgb(73,87,125); }
H1.HeaderClassName
{
color: #49577D;
}
.AnyTagClassName
{
color: #49577D;
}
</style>
background-color css
<style>
a { background-color: #49577D; }
a { background-color: rgb(73,87,125); }
div.DivClassName
{
background-color: #49577D;
}
.BgClassName
{
background-color: #49577D;
}
</style>
border-color css
<style>
span { border-color: #49577D; }
span { border-color: rgb(73,87,125); }
td.TdClassName
{
border-color: #49577D;
}
.TagClassName
{
border-color: #49577D;
}
</style>