Shades of Chambray #485873
Tints of Chambray #485873
RGB
CMYK
RGB Variations
Color information
#485873 (or 0x485873) is known color: Chambray. HEX triplet: 48, 58 and 73. RGB value is (72,88,115). Sum of RGB (Red+Green+Blue) = 72+88+115=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #485873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485873 is #B7A78C. Grayscale: #565656. Windows color (decimal): -12035981 or 7559240. OLE color: 7559240.
HSL color Cylindrical-coordinate representation of color #485873: hue angle of 217.67º 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 #485873 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 88 | 115 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.55 |
| HSL | 217.67º | 0.23% | 0.37% | - |
| HSV(B) | 217.67º | 0.37% | 0.45% | - |
| XYZ | 9.26 | 9.59 | 17.58 | - |
| YUV | 86.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 115 | 0.37 | 0.23 | 0 | 0.55 | 217.67 | 0.23 | 0.37 |
| Hex | 48 | 58 | 73 | 25 | 17 | 0 | 37 | DA | 17 | 25 |
| Octal | 110 | 130 | 163 | 45 | 27 | 0 | 67 | 332 | 27 | 45 |
| Binary | 1001000 | 1011000 | 1110011 | 100101 | 10111 | 0 | 110111 | 11011010 | 10111 | 100101 |
Color Harmonies of #485873
Complementary color
Monochromatic Colors of #485873
Black with #485873
Text Example
Text Example
White with #485873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485873; }
p { color: rgb(72,88,115); }
H1.HeaderClassName
{
color: #485873;
}
.AnyTagClassName
{
color: #485873;
}
</style>
background-color css
<style>
a { background-color: #485873; }
a { background-color: rgb(72,88,115); }
div.DivClassName
{
background-color: #485873;
}
.BgClassName
{
background-color: #485873;
}
</style>
border-color css
<style>
span { border-color: #485873; }
span { border-color: rgb(72,88,115); }
td.TdClassName
{
border-color: #485873;
}
.TagClassName
{
border-color: #485873;
}
</style>