Shades of Chambray #495C78
Tints of Chambray #495C78
RGB
CMYK
RGB Variations
Color information
#495C78 (or 0x495C78) is known color: Chambray. HEX triplet: 49, 5C and 78. RGB value is (73,92,120). Sum of RGB (Red+Green+Blue) = 73+92+120=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #495C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C78 is #B6A387. Grayscale: #595959. Windows color (decimal): -11969416 or 7887945. OLE color: 7887945.
HSL color Cylindrical-coordinate representation of color #495C78: hue angle of 215.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495C78 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 92 | 120 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.53 |
| HSL | 215.74º | 0.24% | 0.38% | - |
| HSV(B) | 215.74º | 0.39% | 0.47% | - |
| XYZ | 9.96 | 10.43 | 19.26 | - |
| YUV | 89.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 120 | 0.39 | 0.23 | 0 | 0.53 | 215.74 | 0.24 | 0.38 |
| Hex | 49 | 5C | 78 | 27 | 17 | 0 | 35 | D8 | 18 | 26 |
| Octal | 111 | 134 | 170 | 47 | 27 | 0 | 65 | 330 | 30 | 46 |
| Binary | 1001001 | 1011100 | 1111000 | 100111 | 10111 | 0 | 110101 | 11011000 | 11000 | 100110 |
Color Harmonies of #495C78
Complementary color
Monochromatic Colors of #495C78
Black with #495C78
Text Example
Text Example
White with #495C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C78; }
p { color: rgb(73,92,120); }
H1.HeaderClassName
{
color: #495C78;
}
.AnyTagClassName
{
color: #495C78;
}
</style>
background-color css
<style>
a { background-color: #495C78; }
a { background-color: rgb(73,92,120); }
div.DivClassName
{
background-color: #495C78;
}
.BgClassName
{
background-color: #495C78;
}
</style>
border-color css
<style>
span { border-color: #495C78; }
span { border-color: rgb(73,92,120); }
td.TdClassName
{
border-color: #495C78;
}
.TagClassName
{
border-color: #495C78;
}
</style>