Shades of Chambray #485D73
Tints of Chambray #485D73
RGB
CMYK
RGB Variations
Color information
#485D73 (or 0x485D73) is known color: Chambray. HEX triplet: 48, 5D and 73. RGB value is (72,93,115). Sum of RGB (Red+Green+Blue) = 72+93+115=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #485D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D73 is #B7A28C. Grayscale: #595959. Windows color (decimal): -12034701 or 7560520. OLE color: 7560520.
HSL color Cylindrical-coordinate representation of color #485D73: hue angle of 210.7º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485D73 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 93 | 115 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.55 |
| HSL | 210.7º | 0.23% | 0.37% | - |
| HSV(B) | 210.7º | 0.37% | 0.45% | - |
| XYZ | 9.68 | 10.44 | 17.73 | - |
| YUV | 89.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 115 | 0.37 | 0.19 | 0 | 0.55 | 210.7 | 0.23 | 0.37 |
| Hex | 48 | 5D | 73 | 25 | 13 | 0 | 37 | D3 | 17 | 25 |
| Octal | 110 | 135 | 163 | 45 | 23 | 0 | 67 | 323 | 27 | 45 |
| Binary | 1001000 | 1011101 | 1110011 | 100101 | 10011 | 0 | 110111 | 11010011 | 10111 | 100101 |
Color Harmonies of #485D73
Complementary color
Monochromatic Colors of #485D73
Black with #485D73
Text Example
Text Example
White with #485D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D73; }
p { color: rgb(72,93,115); }
H1.HeaderClassName
{
color: #485D73;
}
.AnyTagClassName
{
color: #485D73;
}
</style>
background-color css
<style>
a { background-color: #485D73; }
a { background-color: rgb(72,93,115); }
div.DivClassName
{
background-color: #485D73;
}
.BgClassName
{
background-color: #485D73;
}
</style>
border-color css
<style>
span { border-color: #485D73; }
span { border-color: rgb(72,93,115); }
td.TdClassName
{
border-color: #485D73;
}
.TagClassName
{
border-color: #485D73;
}
</style>