Shades of Chambray #48576E
Tints of Chambray #48576E
RGB
CMYK
RGB Variations
Color information
#48576E (or 0x48576E) is known color: Chambray. HEX triplet: 48, 57 and 6E. RGB value is (72,87,110). Sum of RGB (Red+Green+Blue) = 72+87+110=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #48576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48576E is #B7A891. Grayscale: #555555. Windows color (decimal): -12036242 or 7231304. OLE color: 7231304.
HSL color Cylindrical-coordinate representation of color #48576E: hue angle of 216.32º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48576E is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 87 | 110 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.57 |
| HSL | 216.32º | 0.21% | 0.36% | - |
| HSV(B) | 216.32º | 0.35% | 0.43% | - |
| XYZ | 8.9 | 9.32 | 16.08 | - |
| YUV | 85.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 110 | 0.35 | 0.21 | 0 | 0.57 | 216.32 | 0.21 | 0.36 |
| Hex | 48 | 57 | 6E | 23 | 15 | 0 | 39 | D8 | 15 | 24 |
| Octal | 110 | 127 | 156 | 43 | 25 | 0 | 71 | 330 | 25 | 44 |
| Binary | 1001000 | 1010111 | 1101110 | 100011 | 10101 | 0 | 111001 | 11011000 | 10101 | 100100 |
Color Harmonies of #48576E
Complementary color
Monochromatic Colors of #48576E
Black with #48576E
Text Example
Text Example
White with #48576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48576E; }
p { color: rgb(72,87,110); }
H1.HeaderClassName
{
color: #48576E;
}
.AnyTagClassName
{
color: #48576E;
}
</style>
background-color css
<style>
a { background-color: #48576E; }
a { background-color: rgb(72,87,110); }
div.DivClassName
{
background-color: #48576E;
}
.BgClassName
{
background-color: #48576E;
}
</style>
border-color css
<style>
span { border-color: #48576E; }
span { border-color: rgb(72,87,110); }
td.TdClassName
{
border-color: #48576E;
}
.TagClassName
{
border-color: #48576E;
}
</style>