Shades of Chambray #4F607A
Tints of Chambray #4F607A
RGB
CMYK
RGB Variations
Color information
#4F607A (or 0x4F607A) is known color: Chambray. HEX triplet: 4F, 60 and 7A. RGB value is (79,96,122). Sum of RGB (Red+Green+Blue) = 79+96+122=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F607A is #B09F85. Grayscale: #5D5D5D. Windows color (decimal): -11575174 or 8020047. OLE color: 8020047.
HSL color Cylindrical-coordinate representation of color #4F607A: hue angle of 216.28º 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 #4F607A is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 96 | 122 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.52 |
| HSL | 216.28º | 0.21% | 0.39% | - |
| HSV(B) | 216.28º | 0.35% | 0.48% | - |
| XYZ | 10.92 | 11.43 | 20.04 | - |
| YUV | 93.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 122 | 0.35 | 0.21 | 0 | 0.52 | 216.28 | 0.21 | 0.39 |
| Hex | 4F | 60 | 7A | 23 | 15 | 0 | 34 | D8 | 15 | 27 |
| Octal | 117 | 140 | 172 | 43 | 25 | 0 | 64 | 330 | 25 | 47 |
| Binary | 1001111 | 1100000 | 1111010 | 100011 | 10101 | 0 | 110100 | 11011000 | 10101 | 100111 |
Color Harmonies of #4F607A
Complementary color
Monochromatic Colors of #4F607A
Black with #4F607A
Text Example
Text Example
White with #4F607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F607A; }
p { color: rgb(79,96,122); }
H1.HeaderClassName
{
color: #4F607A;
}
.AnyTagClassName
{
color: #4F607A;
}
</style>
background-color css
<style>
a { background-color: #4F607A; }
a { background-color: rgb(79,96,122); }
div.DivClassName
{
background-color: #4F607A;
}
.BgClassName
{
background-color: #4F607A;
}
</style>
border-color css
<style>
span { border-color: #4F607A; }
span { border-color: rgb(79,96,122); }
td.TdClassName
{
border-color: #4F607A;
}
.TagClassName
{
border-color: #4F607A;
}
</style>