Shades of Chambray #4B5976
Tints of Chambray #4B5976
RGB
CMYK
RGB Variations
Color information
#4B5976 (or 0x4B5976) is known color: Chambray. HEX triplet: 4B, 59 and 76. RGB value is (75,89,118). Sum of RGB (Red+Green+Blue) = 75+89+118=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B5976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5976 is #B4A689. Grayscale: #575757. Windows color (decimal): -11839114 or 7756107. OLE color: 7756107.
HSL color Cylindrical-coordinate representation of color #4B5976: hue angle of 220.47º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B5976 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 89 | 118 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.54 |
| HSL | 220.47º | 0.22% | 0.38% | - |
| HSV(B) | 220.47º | 0.36% | 0.46% | - |
| XYZ | 9.74 | 9.95 | 18.55 | - |
| YUV | 88.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 118 | 0.36 | 0.25 | 0 | 0.54 | 220.47 | 0.22 | 0.38 |
| Hex | 4B | 59 | 76 | 24 | 19 | 0 | 36 | DC | 16 | 26 |
| Octal | 113 | 131 | 166 | 44 | 31 | 0 | 66 | 334 | 26 | 46 |
| Binary | 1001011 | 1011001 | 1110110 | 100100 | 11001 | 0 | 110110 | 11011100 | 10110 | 100110 |
Color Harmonies of #4B5976
Complementary color
Monochromatic Colors of #4B5976
Black with #4B5976
Text Example
Text Example
White with #4B5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5976; }
p { color: rgb(75,89,118); }
H1.HeaderClassName
{
color: #4B5976;
}
.AnyTagClassName
{
color: #4B5976;
}
</style>
background-color css
<style>
a { background-color: #4B5976; }
a { background-color: rgb(75,89,118); }
div.DivClassName
{
background-color: #4B5976;
}
.BgClassName
{
background-color: #4B5976;
}
</style>
border-color css
<style>
span { border-color: #4B5976; }
span { border-color: rgb(75,89,118); }
td.TdClassName
{
border-color: #4B5976;
}
.TagClassName
{
border-color: #4B5976;
}
</style>