Shades of Chambray #4F5A70
Tints of Chambray #4F5A70
RGB
CMYK
RGB Variations
Color information
#4F5A70 (or 0x4F5A70) is known color: Chambray. HEX triplet: 4F, 5A and 70. RGB value is (79,90,112). Sum of RGB (Red+Green+Blue) = 79+90+112=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A70 is #B0A58F. Grayscale: #595959. Windows color (decimal): -11576720 or 7363151. OLE color: 7363151.
HSL color Cylindrical-coordinate representation of color #4F5A70: hue angle of 220º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F5A70 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 90 | 112 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.56 |
| HSL | 220º | 0.17% | 0.37% | - |
| HSV(B) | 220º | 0.29% | 0.44% | - |
| XYZ | 9.81 | 10.14 | 16.77 | - |
| YUV | 89.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 112 | 0.29 | 0.20 | 0 | 0.56 | 220 | 0.17 | 0.37 |
| Hex | 4F | 5A | 70 | 1D | 14 | 0 | 38 | DC | 11 | 25 |
| Octal | 117 | 132 | 160 | 35 | 24 | 0 | 70 | 334 | 21 | 45 |
| Binary | 1001111 | 1011010 | 1110000 | 11101 | 10100 | 0 | 111000 | 11011100 | 10001 | 100101 |
Color Harmonies of #4F5A70
Complementary color
Monochromatic Colors of #4F5A70
Black with #4F5A70
Text Example
Text Example
White with #4F5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A70; }
p { color: rgb(79,90,112); }
H1.HeaderClassName
{
color: #4F5A70;
}
.AnyTagClassName
{
color: #4F5A70;
}
</style>
background-color css
<style>
a { background-color: #4F5A70; }
a { background-color: rgb(79,90,112); }
div.DivClassName
{
background-color: #4F5A70;
}
.BgClassName
{
background-color: #4F5A70;
}
</style>
border-color css
<style>
span { border-color: #4F5A70; }
span { border-color: rgb(79,90,112); }
td.TdClassName
{
border-color: #4F5A70;
}
.TagClassName
{
border-color: #4F5A70;
}
</style>