Shades of Chambray #48617A
Tints of Chambray #48617A
RGB
CMYK
RGB Variations
Color information
#48617A (or 0x48617A) is known color: Chambray. HEX triplet: 48, 61 and 7A. RGB value is (72,97,122). Sum of RGB (Red+Green+Blue) = 72+97+122=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #48617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48617A is #B79E85. Grayscale: #5C5C5C. Windows color (decimal): -12033670 or 8020296. OLE color: 8020296.
HSL color Cylindrical-coordinate representation of color #48617A: hue angle of 210º 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 #48617A is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 97 | 122 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.52 |
| HSL | 210º | 0.26% | 0.38% | - |
| HSV(B) | 210º | 0.41% | 0.48% | - |
| XYZ | 10.46 | 11.33 | 20.05 | - |
| YUV | 92.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 122 | 0.41 | 0.20 | 0 | 0.52 | 210 | 0.26 | 0.38 |
| Hex | 48 | 61 | 7A | 29 | 14 | 0 | 34 | D2 | 1A | 26 |
| Octal | 110 | 141 | 172 | 51 | 24 | 0 | 64 | 322 | 32 | 46 |
| Binary | 1001000 | 1100001 | 1111010 | 101001 | 10100 | 0 | 110100 | 11010010 | 11010 | 100110 |
Color Harmonies of #48617A
Complementary color
Monochromatic Colors of #48617A
Black with #48617A
Text Example
Text Example
White with #48617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48617A; }
p { color: rgb(72,97,122); }
H1.HeaderClassName
{
color: #48617A;
}
.AnyTagClassName
{
color: #48617A;
}
</style>
background-color css
<style>
a { background-color: #48617A; }
a { background-color: rgb(72,97,122); }
div.DivClassName
{
background-color: #48617A;
}
.BgClassName
{
background-color: #48617A;
}
</style>
border-color css
<style>
span { border-color: #48617A; }
span { border-color: rgb(72,97,122); }
td.TdClassName
{
border-color: #48617A;
}
.TagClassName
{
border-color: #48617A;
}
</style>