Shades of Chambray #4B5B71
Tints of Chambray #4B5B71
RGB
CMYK
RGB Variations
Color information
#4B5B71 (or 0x4B5B71) is known color: Chambray. HEX triplet: 4B, 5B and 71. RGB value is (75,91,113). Sum of RGB (Red+Green+Blue) = 75+91+113=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B5B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5B71 is #B4A48E. Grayscale: #585858. Windows color (decimal): -11838607 or 7428939. OLE color: 7428939.
HSL color Cylindrical-coordinate representation of color #4B5B71: hue angle of 214.74º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B5B71 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 91 | 113 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.56 |
| HSL | 214.74º | 0.2% | 0.37% | - |
| HSV(B) | 214.74º | 0.34% | 0.44% | - |
| XYZ | 9.62 | 10.17 | 17.08 | - |
| YUV | 88.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 113 | 0.34 | 0.19 | 0 | 0.56 | 214.74 | 0.2 | 0.37 |
| Hex | 4B | 5B | 71 | 22 | 13 | 0 | 38 | D7 | 14 | 25 |
| Octal | 113 | 133 | 161 | 42 | 23 | 0 | 70 | 327 | 24 | 45 |
| Binary | 1001011 | 1011011 | 1110001 | 100010 | 10011 | 0 | 111000 | 11010111 | 10100 | 100101 |
Color Harmonies of #4B5B71
Complementary color
Monochromatic Colors of #4B5B71
Black with #4B5B71
Text Example
Text Example
White with #4B5B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B71; }
p { color: rgb(75,91,113); }
H1.HeaderClassName
{
color: #4B5B71;
}
.AnyTagClassName
{
color: #4B5B71;
}
</style>
background-color css
<style>
a { background-color: #4B5B71; }
a { background-color: rgb(75,91,113); }
div.DivClassName
{
background-color: #4B5B71;
}
.BgClassName
{
background-color: #4B5B71;
}
</style>
border-color css
<style>
span { border-color: #4B5B71; }
span { border-color: rgb(75,91,113); }
td.TdClassName
{
border-color: #4B5B71;
}
.TagClassName
{
border-color: #4B5B71;
}
</style>