Shades of Chambray #48587A
Tints of Chambray #48587A
RGB
CMYK
RGB Variations
Color information
#48587A (or 0x48587A) is known color: Chambray. HEX triplet: 48, 58 and 7A. RGB value is (72,88,122). Sum of RGB (Red+Green+Blue) = 72+88+122=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #48587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48587A is #B7A785. Grayscale: #565656. Windows color (decimal): -12035974 or 8017992. OLE color: 8017992.
HSL color Cylindrical-coordinate representation of color #48587A: hue angle of 220.8º 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 #48587A is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 88 | 122 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.52 |
| HSL | 220.8º | 0.26% | 0.38% | - |
| HSV(B) | 220.8º | 0.41% | 0.48% | - |
| XYZ | 9.68 | 9.76 | 19.79 | - |
| YUV | 87.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 122 | 0.41 | 0.28 | 0 | 0.52 | 220.8 | 0.26 | 0.38 |
| Hex | 48 | 58 | 7A | 29 | 1C | 0 | 34 | DD | 1A | 26 |
| Octal | 110 | 130 | 172 | 51 | 34 | 0 | 64 | 335 | 32 | 46 |
| Binary | 1001000 | 1011000 | 1111010 | 101001 | 11100 | 0 | 110100 | 11011101 | 11010 | 100110 |
Color Harmonies of #48587A
Complementary color
Monochromatic Colors of #48587A
Black with #48587A
Text Example
Text Example
White with #48587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48587A; }
p { color: rgb(72,88,122); }
H1.HeaderClassName
{
color: #48587A;
}
.AnyTagClassName
{
color: #48587A;
}
</style>
background-color css
<style>
a { background-color: #48587A; }
a { background-color: rgb(72,88,122); }
div.DivClassName
{
background-color: #48587A;
}
.BgClassName
{
background-color: #48587A;
}
</style>
border-color css
<style>
span { border-color: #48587A; }
span { border-color: rgb(72,88,122); }
td.TdClassName
{
border-color: #48587A;
}
.TagClassName
{
border-color: #48587A;
}
</style>