Shades of Chambray #455B86
Tints of Chambray #455B86
RGB
CMYK
RGB Variations
Color information
#455B86 (or 0x455B86) is known color: Chambray. HEX triplet: 45, 5B and 86. RGB value is (69,91,134). Sum of RGB (Red+Green+Blue) = 69+91+134=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #455B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B86 is #BAA479. Grayscale: #595959. Windows color (decimal): -12231802 or 8805189. OLE color: 8805189.
HSL color Cylindrical-coordinate representation of color #455B86: hue angle of 219.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455B86 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 91 | 134 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.47 |
| HSL | 219.69º | 0.32% | 0.4% | - |
| HSV(B) | 219.69º | 0.49% | 0.53% | - |
| XYZ | 10.5 | 10.47 | 24.02 | - |
| YUV | 89.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 134 | 0.49 | 0.32 | 0 | 0.47 | 219.69 | 0.32 | 0.4 |
| Hex | 45 | 5B | 86 | 31 | 20 | 0 | 2F | DC | 20 | 28 |
| Octal | 105 | 133 | 206 | 61 | 40 | 0 | 57 | 334 | 40 | 50 |
| Binary | 1000101 | 1011011 | 10000110 | 110001 | 100000 | 0 | 101111 | 11011100 | 100000 | 101000 |
Color Harmonies of #455B86
Complementary color
Monochromatic Colors of #455B86
Black with #455B86
Text Example
Text Example
White with #455B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B86; }
p { color: rgb(69,91,134); }
H1.HeaderClassName
{
color: #455B86;
}
.AnyTagClassName
{
color: #455B86;
}
</style>
background-color css
<style>
a { background-color: #455B86; }
a { background-color: rgb(69,91,134); }
div.DivClassName
{
background-color: #455B86;
}
.BgClassName
{
background-color: #455B86;
}
</style>
border-color css
<style>
span { border-color: #455B86; }
span { border-color: rgb(69,91,134); }
td.TdClassName
{
border-color: #455B86;
}
.TagClassName
{
border-color: #455B86;
}
</style>