Shades of Chambray #495C6F
Tints of Chambray #495C6F
RGB
CMYK
RGB Variations
Color information
#495C6F (or 0x495C6F) is known color: Chambray. HEX triplet: 49, 5C and 6F. RGB value is (73,92,111). Sum of RGB (Red+Green+Blue) = 73+92+111=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #495C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C6F is #B6A390. Grayscale: #585858. Windows color (decimal): -11969425 or 7298121. OLE color: 7298121.
HSL color Cylindrical-coordinate representation of color #495C6F: hue angle of 210º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495C6F is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 92 | 111 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.56 |
| HSL | 210º | 0.21% | 0.36% | - |
| HSV(B) | 210º | 0.34% | 0.44% | - |
| XYZ | 9.44 | 10.22 | 16.51 | - |
| YUV | 88.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 111 | 0.34 | 0.17 | 0 | 0.56 | 210 | 0.21 | 0.36 |
| Hex | 49 | 5C | 6F | 22 | 11 | 0 | 38 | D2 | 15 | 24 |
| Octal | 111 | 134 | 157 | 42 | 21 | 0 | 70 | 322 | 25 | 44 |
| Binary | 1001001 | 1011100 | 1101111 | 100010 | 10001 | 0 | 111000 | 11010010 | 10101 | 100100 |
Color Harmonies of #495C6F
Complementary color
Monochromatic Colors of #495C6F
Black with #495C6F
Text Example
Text Example
White with #495C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C6F; }
p { color: rgb(73,92,111); }
H1.HeaderClassName
{
color: #495C6F;
}
.AnyTagClassName
{
color: #495C6F;
}
</style>
background-color css
<style>
a { background-color: #495C6F; }
a { background-color: rgb(73,92,111); }
div.DivClassName
{
background-color: #495C6F;
}
.BgClassName
{
background-color: #495C6F;
}
</style>
border-color css
<style>
span { border-color: #495C6F; }
span { border-color: rgb(73,92,111); }
td.TdClassName
{
border-color: #495C6F;
}
.TagClassName
{
border-color: #495C6F;
}
</style>