Shades of Chambray #455B7C
Tints of Chambray #455B7C
RGB
CMYK
RGB Variations
Color information
#455B7C (or 0x455B7C) is known color: Chambray. HEX triplet: 45, 5B and 7C. RGB value is (69,91,124). Sum of RGB (Red+Green+Blue) = 69+91+124=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #455B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B7C is #BAA483. Grayscale: #585858. Windows color (decimal): -12231812 or 8149829. OLE color: 8149829.
HSL color Cylindrical-coordinate representation of color #455B7C: hue angle of 216º 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 #455B7C is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 91 | 124 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.51 |
| HSL | 216º | 0.28% | 0.38% | - |
| HSV(B) | 216º | 0.44% | 0.49% | - |
| XYZ | 9.83 | 10.2 | 20.52 | - |
| YUV | 88.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 124 | 0.44 | 0.27 | 0 | 0.51 | 216 | 0.28 | 0.38 |
| Hex | 45 | 5B | 7C | 2C | 1B | 0 | 33 | D8 | 1C | 26 |
| Octal | 105 | 133 | 174 | 54 | 33 | 0 | 63 | 330 | 34 | 46 |
| Binary | 1000101 | 1011011 | 1111100 | 101100 | 11011 | 0 | 110011 | 11011000 | 11100 | 100110 |
Color Harmonies of #455B7C
Complementary color
Monochromatic Colors of #455B7C
Black with #455B7C
Text Example
Text Example
White with #455B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B7C; }
p { color: rgb(69,91,124); }
H1.HeaderClassName
{
color: #455B7C;
}
.AnyTagClassName
{
color: #455B7C;
}
</style>
background-color css
<style>
a { background-color: #455B7C; }
a { background-color: rgb(69,91,124); }
div.DivClassName
{
background-color: #455B7C;
}
.BgClassName
{
background-color: #455B7C;
}
</style>
border-color css
<style>
span { border-color: #455B7C; }
span { border-color: rgb(69,91,124); }
td.TdClassName
{
border-color: #455B7C;
}
.TagClassName
{
border-color: #455B7C;
}
</style>