Shades of Chambray #4E5B6D
Tints of Chambray #4E5B6D
RGB
CMYK
RGB Variations
Color information
#4E5B6D (or 0x4E5B6D) is known color: Chambray. HEX triplet: 4E, 5B and 6D. RGB value is (78,91,109). Sum of RGB (Red+Green+Blue) = 78+91+109=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B6D is #B1A492. Grayscale: #595959. Windows color (decimal): -11642003 or 7166798. OLE color: 7166798.
HSL color Cylindrical-coordinate representation of color #4E5B6D: hue angle of 214.84º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E5B6D is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 91 | 109 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.57 |
| HSL | 214.84º | 0.17% | 0.37% | - |
| HSV(B) | 214.84º | 0.28% | 0.43% | - |
| XYZ | 9.64 | 10.21 | 15.93 | - |
| YUV | 89.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 109 | 0.28 | 0.17 | 0 | 0.57 | 214.84 | 0.17 | 0.37 |
| Hex | 4E | 5B | 6D | 1C | 11 | 0 | 39 | D7 | 11 | 25 |
| Octal | 116 | 133 | 155 | 34 | 21 | 0 | 71 | 327 | 21 | 45 |
| Binary | 1001110 | 1011011 | 1101101 | 11100 | 10001 | 0 | 111001 | 11010111 | 10001 | 100101 |
Color Harmonies of #4E5B6D
Complementary color
Monochromatic Colors of #4E5B6D
Black with #4E5B6D
Text Example
Text Example
White with #4E5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B6D; }
p { color: rgb(78,91,109); }
H1.HeaderClassName
{
color: #4E5B6D;
}
.AnyTagClassName
{
color: #4E5B6D;
}
</style>
background-color css
<style>
a { background-color: #4E5B6D; }
a { background-color: rgb(78,91,109); }
div.DivClassName
{
background-color: #4E5B6D;
}
.BgClassName
{
background-color: #4E5B6D;
}
</style>
border-color css
<style>
span { border-color: #4E5B6D; }
span { border-color: rgb(78,91,109); }
td.TdClassName
{
border-color: #4E5B6D;
}
.TagClassName
{
border-color: #4E5B6D;
}
</style>