Shades of Chambray #4C5782
Tints of Chambray #4C5782
RGB
CMYK
RGB Variations
Color information
#4C5782 (or 0x4C5782) is known color: Chambray. HEX triplet: 4C, 57 and 82. RGB value is (76,87,130). Sum of RGB (Red+Green+Blue) = 76+87+130=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C5782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5782 is #B3A87D. Grayscale: #585858. Windows color (decimal): -11774078 or 8542028. OLE color: 8542028.
HSL color Cylindrical-coordinate representation of color #4C5782: hue angle of 227.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C5782 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 87 | 130 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.49 |
| HSL | 227.78º | 0.26% | 0.4% | - |
| HSV(B) | 227.78º | 0.42% | 0.51% | - |
| XYZ | 10.42 | 9.96 | 22.49 | - |
| YUV | 88.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 130 | 0.42 | 0.33 | 0 | 0.49 | 227.78 | 0.26 | 0.4 |
| Hex | 4C | 57 | 82 | 2A | 21 | 0 | 31 | E4 | 1A | 28 |
| Octal | 114 | 127 | 202 | 52 | 41 | 0 | 61 | 344 | 32 | 50 |
| Binary | 1001100 | 1010111 | 10000010 | 101010 | 100001 | 0 | 110001 | 11100100 | 11010 | 101000 |
Color Harmonies of #4C5782
Complementary color
Monochromatic Colors of #4C5782
Black with #4C5782
Text Example
Text Example
White with #4C5782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5782; }
p { color: rgb(76,87,130); }
H1.HeaderClassName
{
color: #4C5782;
}
.AnyTagClassName
{
color: #4C5782;
}
</style>
background-color css
<style>
a { background-color: #4C5782; }
a { background-color: rgb(76,87,130); }
div.DivClassName
{
background-color: #4C5782;
}
.BgClassName
{
background-color: #4C5782;
}
</style>
border-color css
<style>
span { border-color: #4C5782; }
span { border-color: rgb(76,87,130); }
td.TdClassName
{
border-color: #4C5782;
}
.TagClassName
{
border-color: #4C5782;
}
</style>