Shades of Chambray #455876
Tints of Chambray #455876
RGB
CMYK
RGB Variations
Color information
#455876 (or 0x455876) is known color: Chambray. HEX triplet: 45, 58 and 76. RGB value is (69,88,118). Sum of RGB (Red+Green+Blue) = 69+88+118=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #455876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455876 is #BAA789. Grayscale: #555555. Windows color (decimal): -12232586 or 7755845. OLE color: 7755845.
HSL color Cylindrical-coordinate representation of color #455876: hue angle of 216.73º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455876 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 88 | 118 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.54 |
| HSL | 216.73º | 0.26% | 0.37% | - |
| HSV(B) | 216.73º | 0.42% | 0.46% | - |
| XYZ | 9.21 | 9.55 | 18.5 | - |
| YUV | 85.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 118 | 0.42 | 0.25 | 0 | 0.54 | 216.73 | 0.26 | 0.37 |
| Hex | 45 | 58 | 76 | 2A | 19 | 0 | 36 | D9 | 1A | 25 |
| Octal | 105 | 130 | 166 | 52 | 31 | 0 | 66 | 331 | 32 | 45 |
| Binary | 1000101 | 1011000 | 1110110 | 101010 | 11001 | 0 | 110110 | 11011001 | 11010 | 100101 |
Color Harmonies of #455876
Complementary color
Monochromatic Colors of #455876
Black with #455876
Text Example
Text Example
White with #455876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455876; }
p { color: rgb(69,88,118); }
H1.HeaderClassName
{
color: #455876;
}
.AnyTagClassName
{
color: #455876;
}
</style>
background-color css
<style>
a { background-color: #455876; }
a { background-color: rgb(69,88,118); }
div.DivClassName
{
background-color: #455876;
}
.BgClassName
{
background-color: #455876;
}
</style>
border-color css
<style>
span { border-color: #455876; }
span { border-color: rgb(69,88,118); }
td.TdClassName
{
border-color: #455876;
}
.TagClassName
{
border-color: #455876;
}
</style>