Shades of Chambray #4B5684
Tints of Chambray #4B5684
RGB
CMYK
RGB Variations
Color information
#4B5684 (or 0x4B5684) is known color: Chambray. HEX triplet: 4B, 56 and 84. RGB value is (75,86,132). Sum of RGB (Red+Green+Blue) = 75+86+132=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B5684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5684 is #B4A97B. Grayscale: #575757. Windows color (decimal): -11839868 or 8672843. OLE color: 8672843.
HSL color Cylindrical-coordinate representation of color #4B5684: hue angle of 228.42º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B5684 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 86 | 132 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.48 |
| HSL | 228.42º | 0.28% | 0.41% | - |
| HSV(B) | 228.42º | 0.43% | 0.52% | - |
| XYZ | 10.39 | 9.82 | 23.18 | - |
| YUV | 87.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 132 | 0.43 | 0.35 | 0 | 0.48 | 228.42 | 0.28 | 0.41 |
| Hex | 4B | 56 | 84 | 2B | 23 | 0 | 30 | E4 | 1C | 29 |
| Octal | 113 | 126 | 204 | 53 | 43 | 0 | 60 | 344 | 34 | 51 |
| Binary | 1001011 | 1010110 | 10000100 | 101011 | 100011 | 0 | 110000 | 11100100 | 11100 | 101001 |
Color Harmonies of #4B5684
Complementary color
Monochromatic Colors of #4B5684
Black with #4B5684
Text Example
Text Example
White with #4B5684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5684; }
p { color: rgb(75,86,132); }
H1.HeaderClassName
{
color: #4B5684;
}
.AnyTagClassName
{
color: #4B5684;
}
</style>
background-color css
<style>
a { background-color: #4B5684; }
a { background-color: rgb(75,86,132); }
div.DivClassName
{
background-color: #4B5684;
}
.BgClassName
{
background-color: #4B5684;
}
</style>
border-color css
<style>
span { border-color: #4B5684; }
span { border-color: rgb(75,86,132); }
td.TdClassName
{
border-color: #4B5684;
}
.TagClassName
{
border-color: #4B5684;
}
</style>