Shades of Chambray #485D85
Tints of Chambray #485D85
RGB
CMYK
RGB Variations
Color information
#485D85 (or 0x485D85) is known color: Chambray. HEX triplet: 48, 5D and 85. RGB value is (72,93,133). Sum of RGB (Red+Green+Blue) = 72+93+133=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #485D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D85 is #B7A27A. Grayscale: #5B5B5B. Windows color (decimal): -12034683 or 8740168. OLE color: 8740168.
HSL color Cylindrical-coordinate representation of color #485D85: hue angle of 219.34º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485D85 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 93 | 133 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.48 |
| HSL | 219.34º | 0.3% | 0.4% | - |
| HSV(B) | 219.34º | 0.46% | 0.52% | - |
| XYZ | 10.82 | 10.9 | 23.72 | - |
| YUV | 91.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 133 | 0.46 | 0.30 | 0 | 0.48 | 219.34 | 0.3 | 0.4 |
| Hex | 48 | 5D | 85 | 2E | 1E | 0 | 30 | DB | 1E | 28 |
| Octal | 110 | 135 | 205 | 56 | 36 | 0 | 60 | 333 | 36 | 50 |
| Binary | 1001000 | 1011101 | 10000101 | 101110 | 11110 | 0 | 110000 | 11011011 | 11110 | 101000 |
Color Harmonies of #485D85
Complementary color
Monochromatic Colors of #485D85
Black with #485D85
Text Example
Text Example
White with #485D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D85; }
p { color: rgb(72,93,133); }
H1.HeaderClassName
{
color: #485D85;
}
.AnyTagClassName
{
color: #485D85;
}
</style>
background-color css
<style>
a { background-color: #485D85; }
a { background-color: rgb(72,93,133); }
div.DivClassName
{
background-color: #485D85;
}
.BgClassName
{
background-color: #485D85;
}
</style>
border-color css
<style>
span { border-color: #485D85; }
span { border-color: rgb(72,93,133); }
td.TdClassName
{
border-color: #485D85;
}
.TagClassName
{
border-color: #485D85;
}
</style>