Shades of Chambray #455D7C
Tints of Chambray #455D7C
RGB
CMYK
RGB Variations
Color information
#455D7C (or 0x455D7C) is known color: Chambray. HEX triplet: 45, 5D and 7C. RGB value is (69,93,124). Sum of RGB (Red+Green+Blue) = 69+93+124=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #455D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D7C is #BAA283. Grayscale: #595959. Windows color (decimal): -12231300 or 8150341. OLE color: 8150341.
HSL color Cylindrical-coordinate representation of color #455D7C: hue angle of 213.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #455D7C is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 93 | 124 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.51 |
| HSL | 213.82º | 0.28% | 0.38% | - |
| HSV(B) | 213.82º | 0.44% | 0.49% | - |
| XYZ | 10.01 | 10.55 | 20.58 | - |
| YUV | 89.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 124 | 0.44 | 0.25 | 0 | 0.51 | 213.82 | 0.28 | 0.38 |
| Hex | 45 | 5D | 7C | 2C | 19 | 0 | 33 | D6 | 1C | 26 |
| Octal | 105 | 135 | 174 | 54 | 31 | 0 | 63 | 326 | 34 | 46 |
| Binary | 1000101 | 1011101 | 1111100 | 101100 | 11001 | 0 | 110011 | 11010110 | 11100 | 100110 |
Color Harmonies of #455D7C
Complementary color
Monochromatic Colors of #455D7C
Black with #455D7C
Text Example
Text Example
White with #455D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D7C; }
p { color: rgb(69,93,124); }
H1.HeaderClassName
{
color: #455D7C;
}
.AnyTagClassName
{
color: #455D7C;
}
</style>
background-color css
<style>
a { background-color: #455D7C; }
a { background-color: rgb(69,93,124); }
div.DivClassName
{
background-color: #455D7C;
}
.BgClassName
{
background-color: #455D7C;
}
</style>
border-color css
<style>
span { border-color: #455D7C; }
span { border-color: rgb(69,93,124); }
td.TdClassName
{
border-color: #455D7C;
}
.TagClassName
{
border-color: #455D7C;
}
</style>