Shades of Chambray #495878
Tints of Chambray #495878
RGB
CMYK
RGB Variations
Color information
#495878 (or 0x495878) is known color: Chambray. HEX triplet: 49, 58 and 78. RGB value is (73,88,120). Sum of RGB (Red+Green+Blue) = 73+88+120=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #495878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495878 is #B6A787. Grayscale: #575757. Windows color (decimal): -11970440 or 7886921. OLE color: 7886921.
HSL color Cylindrical-coordinate representation of color #495878: hue angle of 220.85º 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 #495878 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 88 | 120 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.53 |
| HSL | 220.85º | 0.24% | 0.38% | - |
| HSV(B) | 220.85º | 0.39% | 0.47% | - |
| XYZ | 9.63 | 9.75 | 19.14 | - |
| YUV | 87.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 120 | 0.39 | 0.27 | 0 | 0.53 | 220.85 | 0.24 | 0.38 |
| Hex | 49 | 58 | 78 | 27 | 1B | 0 | 35 | DD | 18 | 26 |
| Octal | 111 | 130 | 170 | 47 | 33 | 0 | 65 | 335 | 30 | 46 |
| Binary | 1001001 | 1011000 | 1111000 | 100111 | 11011 | 0 | 110101 | 11011101 | 11000 | 100110 |
Color Harmonies of #495878
Complementary color
Monochromatic Colors of #495878
Black with #495878
Text Example
Text Example
White with #495878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495878; }
p { color: rgb(73,88,120); }
H1.HeaderClassName
{
color: #495878;
}
.AnyTagClassName
{
color: #495878;
}
</style>
background-color css
<style>
a { background-color: #495878; }
a { background-color: rgb(73,88,120); }
div.DivClassName
{
background-color: #495878;
}
.BgClassName
{
background-color: #495878;
}
</style>
border-color css
<style>
span { border-color: #495878; }
span { border-color: rgb(73,88,120); }
td.TdClassName
{
border-color: #495878;
}
.TagClassName
{
border-color: #495878;
}
</style>