Shades of Chambray #4E5C7E
Tints of Chambray #4E5C7E
RGB
CMYK
RGB Variations
Color information
#4E5C7E (or 0x4E5C7E) is known color: Chambray. HEX triplet: 4E, 5C and 7E. RGB value is (78,92,126). Sum of RGB (Red+Green+Blue) = 78+92+126=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E5C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5C7E is #B1A381. Grayscale: #5B5B5B. Windows color (decimal): -11641730 or 8281166. OLE color: 8281166.
HSL color Cylindrical-coordinate representation of color #4E5C7E: hue angle of 222.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E5C7E is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 92 | 126 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.51 |
| HSL | 222.5º | 0.24% | 0.4% | - |
| HSV(B) | 222.5º | 0.38% | 0.49% | - |
| XYZ | 10.73 | 10.78 | 21.25 | - |
| YUV | 91.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 126 | 0.38 | 0.27 | 0 | 0.51 | 222.5 | 0.24 | 0.4 |
| Hex | 4E | 5C | 7E | 26 | 1B | 0 | 33 | DE | 18 | 28 |
| Octal | 116 | 134 | 176 | 46 | 33 | 0 | 63 | 336 | 30 | 50 |
| Binary | 1001110 | 1011100 | 1111110 | 100110 | 11011 | 0 | 110011 | 11011110 | 11000 | 101000 |
Color Harmonies of #4E5C7E
Complementary color
Monochromatic Colors of #4E5C7E
Black with #4E5C7E
Text Example
Text Example
White with #4E5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5C7E; }
p { color: rgb(78,92,126); }
H1.HeaderClassName
{
color: #4E5C7E;
}
.AnyTagClassName
{
color: #4E5C7E;
}
</style>
background-color css
<style>
a { background-color: #4E5C7E; }
a { background-color: rgb(78,92,126); }
div.DivClassName
{
background-color: #4E5C7E;
}
.BgClassName
{
background-color: #4E5C7E;
}
</style>
border-color css
<style>
span { border-color: #4E5C7E; }
span { border-color: rgb(78,92,126); }
td.TdClassName
{
border-color: #4E5C7E;
}
.TagClassName
{
border-color: #4E5C7E;
}
</style>