Shades of Chambray #4D607B
Tints of Chambray #4D607B
RGB
CMYK
RGB Variations
Color information
#4D607B (or 0x4D607B) is known color: Chambray. HEX triplet: 4D, 60 and 7B. RGB value is (77,96,123). Sum of RGB (Red+Green+Blue) = 77+96+123=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D607B is #B29F84. Grayscale: #5D5D5D. Windows color (decimal): -11706245 or 8085581. OLE color: 8085581.
HSL color Cylindrical-coordinate representation of color #4D607B: hue angle of 215.22º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D607B is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 96 | 123 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.52 |
| HSL | 215.22º | 0.23% | 0.39% | - |
| HSV(B) | 215.22º | 0.37% | 0.48% | - |
| XYZ | 10.82 | 11.37 | 20.36 | - |
| YUV | 93.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 123 | 0.37 | 0.22 | 0 | 0.52 | 215.22 | 0.23 | 0.39 |
| Hex | 4D | 60 | 7B | 25 | 16 | 0 | 34 | D7 | 17 | 27 |
| Octal | 115 | 140 | 173 | 45 | 26 | 0 | 64 | 327 | 27 | 47 |
| Binary | 1001101 | 1100000 | 1111011 | 100101 | 10110 | 0 | 110100 | 11010111 | 10111 | 100111 |
Color Harmonies of #4D607B
Complementary color
Monochromatic Colors of #4D607B
Black with #4D607B
Text Example
Text Example
White with #4D607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D607B; }
p { color: rgb(77,96,123); }
H1.HeaderClassName
{
color: #4D607B;
}
.AnyTagClassName
{
color: #4D607B;
}
</style>
background-color css
<style>
a { background-color: #4D607B; }
a { background-color: rgb(77,96,123); }
div.DivClassName
{
background-color: #4D607B;
}
.BgClassName
{
background-color: #4D607B;
}
</style>
border-color css
<style>
span { border-color: #4D607B; }
span { border-color: rgb(77,96,123); }
td.TdClassName
{
border-color: #4D607B;
}
.TagClassName
{
border-color: #4D607B;
}
</style>