Shades of Chambray #4E5782
Tints of Chambray #4E5782
RGB
CMYK
RGB Variations
Color information
#4E5782 (or 0x4E5782) is known color: Chambray. HEX triplet: 4E, 57 and 82. RGB value is (78,87,130). Sum of RGB (Red+Green+Blue) = 78+87+130=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E5782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5782 is #B1A87D. Grayscale: #595959. Windows color (decimal): -11643006 or 8542030. OLE color: 8542030.
HSL color Cylindrical-coordinate representation of color #4E5782: hue angle of 229.62º 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 #4E5782 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 87 | 130 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.49 |
| HSL | 229.62º | 0.25% | 0.41% | - |
| HSV(B) | 229.62º | 0.4% | 0.51% | - |
| XYZ | 10.58 | 10.05 | 22.5 | - |
| YUV | 89.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 130 | 0.40 | 0.33 | 0 | 0.49 | 229.62 | 0.25 | 0.41 |
| Hex | 4E | 57 | 82 | 28 | 21 | 0 | 31 | E6 | 19 | 29 |
| Octal | 116 | 127 | 202 | 50 | 41 | 0 | 61 | 346 | 31 | 51 |
| Binary | 1001110 | 1010111 | 10000010 | 101000 | 100001 | 0 | 110001 | 11100110 | 11001 | 101001 |
Color Harmonies of #4E5782
Complementary color
Monochromatic Colors of #4E5782
Black with #4E5782
Text Example
Text Example
White with #4E5782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5782; }
p { color: rgb(78,87,130); }
H1.HeaderClassName
{
color: #4E5782;
}
.AnyTagClassName
{
color: #4E5782;
}
</style>
background-color css
<style>
a { background-color: #4E5782; }
a { background-color: rgb(78,87,130); }
div.DivClassName
{
background-color: #4E5782;
}
.BgClassName
{
background-color: #4E5782;
}
</style>
border-color css
<style>
span { border-color: #4E5782; }
span { border-color: rgb(78,87,130); }
td.TdClassName
{
border-color: #4E5782;
}
.TagClassName
{
border-color: #4E5782;
}
</style>