Shades of Chambray #48557B
Tints of Chambray #48557B
RGB
CMYK
RGB Variations
Color information
#48557B (or 0x48557B) is known color: Chambray. HEX triplet: 48, 55 and 7B. RGB value is (72,85,123). Sum of RGB (Red+Green+Blue) = 72+85+123=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #48557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48557B is #B7AA84. Grayscale: #555555. Windows color (decimal): -12036741 or 8082760. OLE color: 8082760.
HSL color Cylindrical-coordinate representation of color #48557B: hue angle of 224.71º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48557B is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 85 | 123 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.52 |
| HSL | 224.71º | 0.26% | 0.38% | - |
| HSV(B) | 224.71º | 0.41% | 0.48% | - |
| XYZ | 9.5 | 9.3 | 20.03 | - |
| YUV | 85.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 123 | 0.41 | 0.31 | 0 | 0.52 | 224.71 | 0.26 | 0.38 |
| Hex | 48 | 55 | 7B | 29 | 1F | 0 | 34 | E1 | 1A | 26 |
| Octal | 110 | 125 | 173 | 51 | 37 | 0 | 64 | 341 | 32 | 46 |
| Binary | 1001000 | 1010101 | 1111011 | 101001 | 11111 | 0 | 110100 | 11100001 | 11010 | 100110 |
Color Harmonies of #48557B
Complementary color
Monochromatic Colors of #48557B
Black with #48557B
Text Example
Text Example
White with #48557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48557B; }
p { color: rgb(72,85,123); }
H1.HeaderClassName
{
color: #48557B;
}
.AnyTagClassName
{
color: #48557B;
}
</style>
background-color css
<style>
a { background-color: #48557B; }
a { background-color: rgb(72,85,123); }
div.DivClassName
{
background-color: #48557B;
}
.BgClassName
{
background-color: #48557B;
}
</style>
border-color css
<style>
span { border-color: #48557B; }
span { border-color: rgb(72,85,123); }
td.TdClassName
{
border-color: #48557B;
}
.TagClassName
{
border-color: #48557B;
}
</style>