Shades of Chambray #4E627D
Tints of Chambray #4E627D
RGB
CMYK
RGB Variations
Color information
#4E627D (or 0x4E627D) is known color: Chambray. HEX triplet: 4E, 62 and 7D. RGB value is (78,98,125). Sum of RGB (Red+Green+Blue) = 78+98+125=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E627D is #B19D82. Grayscale: #5E5E5E. Windows color (decimal): -11640195 or 8217166. OLE color: 8217166.
HSL color Cylindrical-coordinate representation of color #4E627D: hue angle of 214.47º degrees, saturation: 0.23, 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 #4E627D is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 98 | 125 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.51 |
| HSL | 214.47º | 0.23% | 0.4% | - |
| HSV(B) | 214.47º | 0.38% | 0.49% | - |
| XYZ | 11.21 | 11.84 | 21.1 | - |
| YUV | 95.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 125 | 0.38 | 0.22 | 0 | 0.51 | 214.47 | 0.23 | 0.4 |
| Hex | 4E | 62 | 7D | 26 | 16 | 0 | 33 | D6 | 17 | 28 |
| Octal | 116 | 142 | 175 | 46 | 26 | 0 | 63 | 326 | 27 | 50 |
| Binary | 1001110 | 1100010 | 1111101 | 100110 | 10110 | 0 | 110011 | 11010110 | 10111 | 101000 |
Color Harmonies of #4E627D
Complementary color
Monochromatic Colors of #4E627D
Black with #4E627D
Text Example
Text Example
White with #4E627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E627D; }
p { color: rgb(78,98,125); }
H1.HeaderClassName
{
color: #4E627D;
}
.AnyTagClassName
{
color: #4E627D;
}
</style>
background-color css
<style>
a { background-color: #4E627D; }
a { background-color: rgb(78,98,125); }
div.DivClassName
{
background-color: #4E627D;
}
.BgClassName
{
background-color: #4E627D;
}
</style>
border-color css
<style>
span { border-color: #4E627D; }
span { border-color: rgb(78,98,125); }
td.TdClassName
{
border-color: #4E627D;
}
.TagClassName
{
border-color: #4E627D;
}
</style>