Shades of Chambray #4E6280
Tints of Chambray #4E6280
RGB
CMYK
RGB Variations
Color information
#4E6280 (or 0x4E6280) is known color: Chambray. HEX triplet: 4E, 62 and 80. RGB value is (78,98,128). Sum of RGB (Red+Green+Blue) = 78+98+128=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E6280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6280 is #B19D7F. Grayscale: #5F5F5F. Windows color (decimal): -11640192 or 8413774. OLE color: 8413774.
HSL color Cylindrical-coordinate representation of color #4E6280: hue angle of 216º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E6280 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 98 | 128 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.50 |
| HSL | 216º | 0.24% | 0.4% | - |
| HSV(B) | 216º | 0.39% | 0.5% | - |
| XYZ | 11.41 | 11.91 | 22.12 | - |
| YUV | 95.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 128 | 0.39 | 0.23 | 0 | 0.50 | 216 | 0.24 | 0.4 |
| Hex | 4E | 62 | 80 | 27 | 17 | 0 | 32 | D8 | 18 | 28 |
| Octal | 116 | 142 | 200 | 47 | 27 | 0 | 62 | 330 | 30 | 50 |
| Binary | 1001110 | 1100010 | 10000000 | 100111 | 10111 | 0 | 110010 | 11011000 | 11000 | 101000 |
Color Harmonies of #4E6280
Complementary color
Monochromatic Colors of #4E6280
Black with #4E6280
Text Example
Text Example
White with #4E6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6280; }
p { color: rgb(78,98,128); }
H1.HeaderClassName
{
color: #4E6280;
}
.AnyTagClassName
{
color: #4E6280;
}
</style>
background-color css
<style>
a { background-color: #4E6280; }
a { background-color: rgb(78,98,128); }
div.DivClassName
{
background-color: #4E6280;
}
.BgClassName
{
background-color: #4E6280;
}
</style>
border-color css
<style>
span { border-color: #4E6280; }
span { border-color: rgb(78,98,128); }
td.TdClassName
{
border-color: #4E6280;
}
.TagClassName
{
border-color: #4E6280;
}
</style>