Shades of Chambray #48557D
Tints of Chambray #48557D
RGB
CMYK
RGB Variations
Color information
#48557D (or 0x48557D) is known color: Chambray. HEX triplet: 48, 55 and 7D. RGB value is (72,85,125). Sum of RGB (Red+Green+Blue) = 72+85+125=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #48557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48557D is #B7AA82. Grayscale: #555555. Windows color (decimal): -12036739 or 8213832. OLE color: 8213832.
HSL color Cylindrical-coordinate representation of color #48557D: hue angle of 225.28º degrees, saturation: 0.27, 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 #48557D is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 85 | 125 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.51 |
| HSL | 225.28º | 0.27% | 0.39% | - |
| HSV(B) | 225.28º | 0.42% | 0.49% | - |
| XYZ | 9.62 | 9.36 | 20.7 | - |
| YUV | 85.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 125 | 0.42 | 0.32 | 0 | 0.51 | 225.28 | 0.27 | 0.39 |
| Hex | 48 | 55 | 7D | 2A | 20 | 0 | 33 | E1 | 1B | 27 |
| Octal | 110 | 125 | 175 | 52 | 40 | 0 | 63 | 341 | 33 | 47 |
| Binary | 1001000 | 1010101 | 1111101 | 101010 | 100000 | 0 | 110011 | 11100001 | 11011 | 100111 |
Color Harmonies of #48557D
Complementary color
Monochromatic Colors of #48557D
Black with #48557D
Text Example
Text Example
White with #48557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48557D; }
p { color: rgb(72,85,125); }
H1.HeaderClassName
{
color: #48557D;
}
.AnyTagClassName
{
color: #48557D;
}
</style>
background-color css
<style>
a { background-color: #48557D; }
a { background-color: rgb(72,85,125); }
div.DivClassName
{
background-color: #48557D;
}
.BgClassName
{
background-color: #48557D;
}
</style>
border-color css
<style>
span { border-color: #48557D; }
span { border-color: rgb(72,85,125); }
td.TdClassName
{
border-color: #48557D;
}
.TagClassName
{
border-color: #48557D;
}
</style>