Shades of Chambray #4D5873
Tints of Chambray #4D5873
RGB
CMYK
RGB Variations
Color information
#4D5873 (or 0x4D5873) is known color: Chambray. HEX triplet: 4D, 58 and 73. RGB value is (77,88,115). Sum of RGB (Red+Green+Blue) = 77+88+115=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 88 (34.77% from 255 or 31.43% 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 #4D5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5873 is #B2A78C. Grayscale: #575757. Windows color (decimal): -11708301 or 7559245. OLE color: 7559245.
HSL color Cylindrical-coordinate representation of color #4D5873: hue angle of 222.63º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D5873 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 88 | 115 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.55 |
| HSL | 222.63º | 0.2% | 0.38% | - |
| HSV(B) | 222.63º | 0.33% | 0.45% | - |
| XYZ | 9.64 | 9.8 | 17.6 | - |
| YUV | 87.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 115 | 0.33 | 0.23 | 0 | 0.55 | 222.63 | 0.2 | 0.38 |
| Hex | 4D | 58 | 73 | 21 | 17 | 0 | 37 | DF | 14 | 26 |
| Octal | 115 | 130 | 163 | 41 | 27 | 0 | 67 | 337 | 24 | 46 |
| Binary | 1001101 | 1011000 | 1110011 | 100001 | 10111 | 0 | 110111 | 11011111 | 10100 | 100110 |
Color Harmonies of #4D5873
Complementary color
Monochromatic Colors of #4D5873
Black with #4D5873
Text Example
Text Example
White with #4D5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5873; }
p { color: rgb(77,88,115); }
H1.HeaderClassName
{
color: #4D5873;
}
.AnyTagClassName
{
color: #4D5873;
}
</style>
background-color css
<style>
a { background-color: #4D5873; }
a { background-color: rgb(77,88,115); }
div.DivClassName
{
background-color: #4D5873;
}
.BgClassName
{
background-color: #4D5873;
}
</style>
border-color css
<style>
span { border-color: #4D5873; }
span { border-color: rgb(77,88,115); }
td.TdClassName
{
border-color: #4D5873;
}
.TagClassName
{
border-color: #4D5873;
}
</style>