Shades of Chambray #4F5E7E
Tints of Chambray #4F5E7E
RGB
CMYK
RGB Variations
Color information
#4F5E7E (or 0x4F5E7E) is known color: Chambray. HEX triplet: 4F, 5E and 7E. RGB value is (79,94,126). Sum of RGB (Red+Green+Blue) = 79+94+126=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F5E7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E7E is #B0A181. Grayscale: #5D5D5D. Windows color (decimal): -11575682 or 8281679. OLE color: 8281679.
HSL color Cylindrical-coordinate representation of color #4F5E7E: hue angle of 220.85º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F5E7E is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 94 | 126 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.51 |
| HSL | 220.85º | 0.23% | 0.4% | - |
| HSV(B) | 220.85º | 0.37% | 0.49% | - |
| XYZ | 10.99 | 11.17 | 21.32 | - |
| YUV | 93.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 94 | 126 | 0.37 | 0.25 | 0 | 0.51 | 220.85 | 0.23 | 0.4 |
| Hex | 4F | 5E | 7E | 25 | 19 | 0 | 33 | DD | 17 | 28 |
| Octal | 117 | 136 | 176 | 45 | 31 | 0 | 63 | 335 | 27 | 50 |
| Binary | 1001111 | 1011110 | 1111110 | 100101 | 11001 | 0 | 110011 | 11011101 | 10111 | 101000 |
Color Harmonies of #4F5E7E
Complementary color
Monochromatic Colors of #4F5E7E
Black with #4F5E7E
Text Example
Text Example
White with #4F5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5E7E; }
p { color: rgb(79,94,126); }
H1.HeaderClassName
{
color: #4F5E7E;
}
.AnyTagClassName
{
color: #4F5E7E;
}
</style>
background-color css
<style>
a { background-color: #4F5E7E; }
a { background-color: rgb(79,94,126); }
div.DivClassName
{
background-color: #4F5E7E;
}
.BgClassName
{
background-color: #4F5E7E;
}
</style>
border-color css
<style>
span { border-color: #4F5E7E; }
span { border-color: rgb(79,94,126); }
td.TdClassName
{
border-color: #4F5E7E;
}
.TagClassName
{
border-color: #4F5E7E;
}
</style>