Shades of Chambray #4E5682
Tints of Chambray #4E5682
RGB
CMYK
RGB Variations
Color information
#4E5682 (or 0x4E5682) is known color: Chambray. HEX triplet: 4E, 56 and 82. RGB value is (78,86,130). Sum of RGB (Red+Green+Blue) = 78+86+130=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E5682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5682 is #B1A97D. Grayscale: #585858. Windows color (decimal): -11643262 or 8541774. OLE color: 8541774.
HSL color Cylindrical-coordinate representation of color #4E5682: hue angle of 230.77º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E5682 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 86 | 130 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.49 |
| HSL | 230.77º | 0.25% | 0.41% | - |
| HSV(B) | 230.77º | 0.4% | 0.51% | - |
| XYZ | 10.5 | 9.89 | 22.47 | - |
| YUV | 88.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 130 | 0.40 | 0.34 | 0 | 0.49 | 230.77 | 0.25 | 0.41 |
| Hex | 4E | 56 | 82 | 28 | 22 | 0 | 31 | E7 | 19 | 29 |
| Octal | 116 | 126 | 202 | 50 | 42 | 0 | 61 | 347 | 31 | 51 |
| Binary | 1001110 | 1010110 | 10000010 | 101000 | 100010 | 0 | 110001 | 11100111 | 11001 | 101001 |
Color Harmonies of #4E5682
Complementary color
Monochromatic Colors of #4E5682
Black with #4E5682
Text Example
Text Example
White with #4E5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5682; }
p { color: rgb(78,86,130); }
H1.HeaderClassName
{
color: #4E5682;
}
.AnyTagClassName
{
color: #4E5682;
}
</style>
background-color css
<style>
a { background-color: #4E5682; }
a { background-color: rgb(78,86,130); }
div.DivClassName
{
background-color: #4E5682;
}
.BgClassName
{
background-color: #4E5682;
}
</style>
border-color css
<style>
span { border-color: #4E5682; }
span { border-color: rgb(78,86,130); }
td.TdClassName
{
border-color: #4E5682;
}
.TagClassName
{
border-color: #4E5682;
}
</style>