Shades of Chambray #485B73
Tints of Chambray #485B73
RGB
CMYK
RGB Variations
Color information
#485B73 (or 0x485B73) is known color: Chambray. HEX triplet: 48, 5B and 73. RGB value is (72,91,115). Sum of RGB (Red+Green+Blue) = 72+91+115=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #485B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B73 is #B7A48C. Grayscale: #575757. Windows color (decimal): -12035213 or 7560008. OLE color: 7560008.
HSL color Cylindrical-coordinate representation of color #485B73: hue angle of 213.49º 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 #485B73 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 91 | 115 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.55 |
| HSL | 213.49º | 0.23% | 0.37% | - |
| HSV(B) | 213.49º | 0.37% | 0.45% | - |
| XYZ | 9.51 | 10.1 | 17.67 | - |
| YUV | 88.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 115 | 0.37 | 0.21 | 0 | 0.55 | 213.49 | 0.23 | 0.37 |
| Hex | 48 | 5B | 73 | 25 | 15 | 0 | 37 | D5 | 17 | 25 |
| Octal | 110 | 133 | 163 | 45 | 25 | 0 | 67 | 325 | 27 | 45 |
| Binary | 1001000 | 1011011 | 1110011 | 100101 | 10101 | 0 | 110111 | 11010101 | 10111 | 100101 |
Color Harmonies of #485B73
Complementary color
Monochromatic Colors of #485B73
Black with #485B73
Text Example
Text Example
White with #485B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B73; }
p { color: rgb(72,91,115); }
H1.HeaderClassName
{
color: #485B73;
}
.AnyTagClassName
{
color: #485B73;
}
</style>
background-color css
<style>
a { background-color: #485B73; }
a { background-color: rgb(72,91,115); }
div.DivClassName
{
background-color: #485B73;
}
.BgClassName
{
background-color: #485B73;
}
</style>
border-color css
<style>
span { border-color: #485B73; }
span { border-color: rgb(72,91,115); }
td.TdClassName
{
border-color: #485B73;
}
.TagClassName
{
border-color: #485B73;
}
</style>