Shades of Chambray #495C74
Tints of Chambray #495C74
RGB
CMYK
RGB Variations
Color information
#495C74 (or 0x495C74) is known color: Chambray. HEX triplet: 49, 5C and 74. RGB value is (73,92,116). Sum of RGB (Red+Green+Blue) = 73+92+116=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #495C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C74 is #B6A38B. Grayscale: #585858. Windows color (decimal): -11969420 or 7625801. OLE color: 7625801.
HSL color Cylindrical-coordinate representation of color #495C74: hue angle of 213.49º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495C74 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 92 | 116 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.55 |
| HSL | 213.49º | 0.23% | 0.37% | - |
| HSV(B) | 213.49º | 0.37% | 0.45% | - |
| XYZ | 9.73 | 10.33 | 18 | - |
| YUV | 89.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 116 | 0.37 | 0.21 | 0 | 0.55 | 213.49 | 0.23 | 0.37 |
| Hex | 49 | 5C | 74 | 25 | 15 | 0 | 37 | D5 | 17 | 25 |
| Octal | 111 | 134 | 164 | 45 | 25 | 0 | 67 | 325 | 27 | 45 |
| Binary | 1001001 | 1011100 | 1110100 | 100101 | 10101 | 0 | 110111 | 11010101 | 10111 | 100101 |
Color Harmonies of #495C74
Complementary color
Monochromatic Colors of #495C74
Black with #495C74
Text Example
Text Example
White with #495C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C74; }
p { color: rgb(73,92,116); }
H1.HeaderClassName
{
color: #495C74;
}
.AnyTagClassName
{
color: #495C74;
}
</style>
background-color css
<style>
a { background-color: #495C74; }
a { background-color: rgb(73,92,116); }
div.DivClassName
{
background-color: #495C74;
}
.BgClassName
{
background-color: #495C74;
}
</style>
border-color css
<style>
span { border-color: #495C74; }
span { border-color: rgb(73,92,116); }
td.TdClassName
{
border-color: #495C74;
}
.TagClassName
{
border-color: #495C74;
}
</style>