Shades of Chambray #495C88
Tints of Chambray #495C88
RGB
CMYK
RGB Variations
Color information
#495C88 (or 0x495C88) is known color: Chambray. HEX triplet: 49, 5C and 88. RGB value is (73,92,136). Sum of RGB (Red+Green+Blue) = 73+92+136=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #495C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C88 is #B6A377. Grayscale: #5B5B5B. Windows color (decimal): -11969400 or 8936521. OLE color: 8936521.
HSL color Cylindrical-coordinate representation of color #495C88: hue angle of 221.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495C88 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 92 | 136 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.47 |
| HSL | 221.9º | 0.3% | 0.41% | - |
| HSV(B) | 221.9º | 0.46% | 0.53% | - |
| XYZ | 11.02 | 10.85 | 24.81 | - |
| YUV | 91.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 136 | 0.46 | 0.32 | 0 | 0.47 | 221.9 | 0.3 | 0.41 |
| Hex | 49 | 5C | 88 | 2E | 20 | 0 | 2F | DE | 1E | 29 |
| Octal | 111 | 134 | 210 | 56 | 40 | 0 | 57 | 336 | 36 | 51 |
| Binary | 1001001 | 1011100 | 10001000 | 101110 | 100000 | 0 | 101111 | 11011110 | 11110 | 101001 |
Color Harmonies of #495C88
Complementary color
Monochromatic Colors of #495C88
Black with #495C88
Text Example
Text Example
White with #495C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C88; }
p { color: rgb(73,92,136); }
H1.HeaderClassName
{
color: #495C88;
}
.AnyTagClassName
{
color: #495C88;
}
</style>
background-color css
<style>
a { background-color: #495C88; }
a { background-color: rgb(73,92,136); }
div.DivClassName
{
background-color: #495C88;
}
.BgClassName
{
background-color: #495C88;
}
</style>
border-color css
<style>
span { border-color: #495C88; }
span { border-color: rgb(73,92,136); }
td.TdClassName
{
border-color: #495C88;
}
.TagClassName
{
border-color: #495C88;
}
</style>