Shades of Chambray #48567A
Tints of Chambray #48567A
RGB
CMYK
RGB Variations
Color information
#48567A (or 0x48567A) is known color: Chambray. HEX triplet: 48, 56 and 7A. RGB value is (72,86,122). Sum of RGB (Red+Green+Blue) = 72+86+122=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #48567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48567A is #B7A985. Grayscale: #555555. Windows color (decimal): -12036486 or 8017480. OLE color: 8017480.
HSL color Cylindrical-coordinate representation of color #48567A: hue angle of 223.2º 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 #48567A is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 86 | 122 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.52 |
| HSL | 223.2º | 0.26% | 0.38% | - |
| HSV(B) | 223.2º | 0.41% | 0.48% | - |
| XYZ | 9.51 | 9.44 | 19.73 | - |
| YUV | 85.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 122 | 0.41 | 0.30 | 0 | 0.52 | 223.2 | 0.26 | 0.38 |
| Hex | 48 | 56 | 7A | 29 | 1E | 0 | 34 | DF | 1A | 26 |
| Octal | 110 | 126 | 172 | 51 | 36 | 0 | 64 | 337 | 32 | 46 |
| Binary | 1001000 | 1010110 | 1111010 | 101001 | 11110 | 0 | 110100 | 11011111 | 11010 | 100110 |
Color Harmonies of #48567A
Complementary color
Monochromatic Colors of #48567A
Black with #48567A
Text Example
Text Example
White with #48567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48567A; }
p { color: rgb(72,86,122); }
H1.HeaderClassName
{
color: #48567A;
}
.AnyTagClassName
{
color: #48567A;
}
</style>
background-color css
<style>
a { background-color: #48567A; }
a { background-color: rgb(72,86,122); }
div.DivClassName
{
background-color: #48567A;
}
.BgClassName
{
background-color: #48567A;
}
</style>
border-color css
<style>
span { border-color: #48567A; }
span { border-color: rgb(72,86,122); }
td.TdClassName
{
border-color: #48567A;
}
.TagClassName
{
border-color: #48567A;
}
</style>