Shades of Chambray #49598A
Tints of Chambray #49598A
RGB
CMYK
RGB Variations
Color information
#49598A (or 0x49598A) is known color: Chambray. HEX triplet: 49, 59 and 8A. RGB value is (73,89,138). Sum of RGB (Red+Green+Blue) = 73+89+138=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #49598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49598A is #B6A675. Grayscale: #595959. Windows color (decimal): -11970166 or 9066825. OLE color: 9066825.
HSL color Cylindrical-coordinate representation of color #49598A: hue angle of 225.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49598A is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 89 | 138 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.46 |
| HSL | 225.23º | 0.31% | 0.41% | - |
| HSV(B) | 225.23º | 0.47% | 0.54% | - |
| XYZ | 10.91 | 10.4 | 25.48 | - |
| YUV | 89.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 138 | 0.47 | 0.36 | 0 | 0.46 | 225.23 | 0.31 | 0.41 |
| Hex | 49 | 59 | 8A | 2F | 24 | 0 | 2E | E1 | 1F | 29 |
| Octal | 111 | 131 | 212 | 57 | 44 | 0 | 56 | 341 | 37 | 51 |
| Binary | 1001001 | 1011001 | 10001010 | 101111 | 100100 | 0 | 101110 | 11100001 | 11111 | 101001 |
Color Harmonies of #49598A
Complementary color
Monochromatic Colors of #49598A
Black with #49598A
Text Example
Text Example
White with #49598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49598A; }
p { color: rgb(73,89,138); }
H1.HeaderClassName
{
color: #49598A;
}
.AnyTagClassName
{
color: #49598A;
}
</style>
background-color css
<style>
a { background-color: #49598A; }
a { background-color: rgb(73,89,138); }
div.DivClassName
{
background-color: #49598A;
}
.BgClassName
{
background-color: #49598A;
}
</style>
border-color css
<style>
span { border-color: #49598A; }
span { border-color: rgb(73,89,138); }
td.TdClassName
{
border-color: #49598A;
}
.TagClassName
{
border-color: #49598A;
}
</style>