Shades of Chambray #495A8B
Tints of Chambray #495A8B
RGB
CMYK
RGB Variations
Color information
#495A8B (or 0x495A8B) is known color: Chambray. HEX triplet: 49, 5A and 8B. RGB value is (73,90,139). Sum of RGB (Red+Green+Blue) = 73+90+139=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #495A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A8B is #B6A574. Grayscale: #5A5A5A. Windows color (decimal): -11969909 or 9132617. OLE color: 9132617.
HSL color Cylindrical-coordinate representation of color #495A8B: hue angle of 224.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495A8B is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 90 | 139 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.45 |
| HSL | 224.55º | 0.31% | 0.42% | - |
| HSV(B) | 224.55º | 0.47% | 0.55% | - |
| XYZ | 11.06 | 10.59 | 25.89 | - |
| YUV | 90.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 139 | 0.47 | 0.35 | 0 | 0.45 | 224.55 | 0.31 | 0.42 |
| Hex | 49 | 5A | 8B | 2F | 23 | 0 | 2D | E1 | 1F | 2A |
| Octal | 111 | 132 | 213 | 57 | 43 | 0 | 55 | 341 | 37 | 52 |
| Binary | 1001001 | 1011010 | 10001011 | 101111 | 100011 | 0 | 101101 | 11100001 | 11111 | 101010 |
Color Harmonies of #495A8B
Complementary color
Monochromatic Colors of #495A8B
Black with #495A8B
Text Example
Text Example
White with #495A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A8B; }
p { color: rgb(73,90,139); }
H1.HeaderClassName
{
color: #495A8B;
}
.AnyTagClassName
{
color: #495A8B;
}
</style>
background-color css
<style>
a { background-color: #495A8B; }
a { background-color: rgb(73,90,139); }
div.DivClassName
{
background-color: #495A8B;
}
.BgClassName
{
background-color: #495A8B;
}
</style>
border-color css
<style>
span { border-color: #495A8B; }
span { border-color: rgb(73,90,139); }
td.TdClassName
{
border-color: #495A8B;
}
.TagClassName
{
border-color: #495A8B;
}
</style>