Shades of Chambray #4F587A
Tints of Chambray #4F587A
RGB
CMYK
RGB Variations
Color information
#4F587A (or 0x4F587A) is known color: Chambray. HEX triplet: 4F, 58 and 7A. RGB value is (79,88,122). Sum of RGB (Red+Green+Blue) = 79+88+122=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F587A is #B0A785. Grayscale: #595959. Windows color (decimal): -11577222 or 8017999. OLE color: 8017999.
HSL color Cylindrical-coordinate representation of color #4F587A: hue angle of 227.44º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F587A is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 88 | 122 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.52 |
| HSL | 227.44º | 0.21% | 0.39% | - |
| HSV(B) | 227.44º | 0.35% | 0.48% | - |
| XYZ | 10.23 | 10.05 | 19.81 | - |
| YUV | 89.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 122 | 0.35 | 0.28 | 0 | 0.52 | 227.44 | 0.21 | 0.39 |
| Hex | 4F | 58 | 7A | 23 | 1C | 0 | 34 | E3 | 15 | 27 |
| Octal | 117 | 130 | 172 | 43 | 34 | 0 | 64 | 343 | 25 | 47 |
| Binary | 1001111 | 1011000 | 1111010 | 100011 | 11100 | 0 | 110100 | 11100011 | 10101 | 100111 |
Color Harmonies of #4F587A
Complementary color
Monochromatic Colors of #4F587A
Black with #4F587A
Text Example
Text Example
White with #4F587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F587A; }
p { color: rgb(79,88,122); }
H1.HeaderClassName
{
color: #4F587A;
}
.AnyTagClassName
{
color: #4F587A;
}
</style>
background-color css
<style>
a { background-color: #4F587A; }
a { background-color: rgb(79,88,122); }
div.DivClassName
{
background-color: #4F587A;
}
.BgClassName
{
background-color: #4F587A;
}
</style>
border-color css
<style>
span { border-color: #4F587A; }
span { border-color: rgb(79,88,122); }
td.TdClassName
{
border-color: #4F587A;
}
.TagClassName
{
border-color: #4F587A;
}
</style>