Shades of Chambray #4F5A72
Tints of Chambray #4F5A72
RGB
CMYK
RGB Variations
Color information
#4F5A72 (or 0x4F5A72) is known color: Chambray. HEX triplet: 4F, 5A and 72. RGB value is (79,90,114). Sum of RGB (Red+Green+Blue) = 79+90+114=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F5A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A72 is #B0A58D. Grayscale: #595959. Windows color (decimal): -11576718 or 7494223. OLE color: 7494223.
HSL color Cylindrical-coordinate representation of color #4F5A72: hue angle of 221.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5A72 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 90 | 114 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.55 |
| HSL | 221.14º | 0.18% | 0.38% | - |
| HSV(B) | 221.14º | 0.31% | 0.45% | - |
| XYZ | 9.92 | 10.19 | 17.36 | - |
| YUV | 89.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 114 | 0.31 | 0.21 | 0 | 0.55 | 221.14 | 0.18 | 0.38 |
| Hex | 4F | 5A | 72 | 1F | 15 | 0 | 37 | DD | 12 | 26 |
| Octal | 117 | 132 | 162 | 37 | 25 | 0 | 67 | 335 | 22 | 46 |
| Binary | 1001111 | 1011010 | 1110010 | 11111 | 10101 | 0 | 110111 | 11011101 | 10010 | 100110 |
Color Harmonies of #4F5A72
Complementary color
Monochromatic Colors of #4F5A72
Black with #4F5A72
Text Example
Text Example
White with #4F5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A72; }
p { color: rgb(79,90,114); }
H1.HeaderClassName
{
color: #4F5A72;
}
.AnyTagClassName
{
color: #4F5A72;
}
</style>
background-color css
<style>
a { background-color: #4F5A72; }
a { background-color: rgb(79,90,114); }
div.DivClassName
{
background-color: #4F5A72;
}
.BgClassName
{
background-color: #4F5A72;
}
</style>
border-color css
<style>
span { border-color: #4F5A72; }
span { border-color: rgb(79,90,114); }
td.TdClassName
{
border-color: #4F5A72;
}
.TagClassName
{
border-color: #4F5A72;
}
</style>