Shades of Chambray #455B7B
Tints of Chambray #455B7B
RGB
CMYK
RGB Variations
Color information
#455B7B (or 0x455B7B) is known color: Chambray. HEX triplet: 45, 5B and 7B. RGB value is (69,91,123). Sum of RGB (Red+Green+Blue) = 69+91+123=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #455B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B7B is #BAA484. Grayscale: #575757. Windows color (decimal): -12231813 or 8084293. OLE color: 8084293.
HSL color Cylindrical-coordinate representation of color #455B7B: hue angle of 215.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #455B7B is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 91 | 123 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.52 |
| HSL | 215.56º | 0.28% | 0.38% | - |
| HSV(B) | 215.56º | 0.44% | 0.48% | - |
| XYZ | 9.77 | 10.18 | 20.19 | - |
| YUV | 88.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 123 | 0.44 | 0.26 | 0 | 0.52 | 215.56 | 0.28 | 0.38 |
| Hex | 45 | 5B | 7B | 2C | 1A | 0 | 34 | D8 | 1C | 26 |
| Octal | 105 | 133 | 173 | 54 | 32 | 0 | 64 | 330 | 34 | 46 |
| Binary | 1000101 | 1011011 | 1111011 | 101100 | 11010 | 0 | 110100 | 11011000 | 11100 | 100110 |
Color Harmonies of #455B7B
Complementary color
Monochromatic Colors of #455B7B
Black with #455B7B
Text Example
Text Example
White with #455B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B7B; }
p { color: rgb(69,91,123); }
H1.HeaderClassName
{
color: #455B7B;
}
.AnyTagClassName
{
color: #455B7B;
}
</style>
background-color css
<style>
a { background-color: #455B7B; }
a { background-color: rgb(69,91,123); }
div.DivClassName
{
background-color: #455B7B;
}
.BgClassName
{
background-color: #455B7B;
}
</style>
border-color css
<style>
span { border-color: #455B7B; }
span { border-color: rgb(69,91,123); }
td.TdClassName
{
border-color: #455B7B;
}
.TagClassName
{
border-color: #455B7B;
}
</style>