Shades of Chambray #45557E
Tints of Chambray #45557E
RGB
CMYK
RGB Variations
Color information
#45557E (or 0x45557E) is known color: Chambray. HEX triplet: 45, 55 and 7E. RGB value is (69,85,126). Sum of RGB (Red+Green+Blue) = 69+85+126=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #45557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45557E is #BAAA81. Grayscale: #545454. Windows color (decimal): -12233346 or 8279365. OLE color: 8279365.
HSL color Cylindrical-coordinate representation of color #45557E: hue angle of 223.16º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45557E is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 85 | 126 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.51 |
| HSL | 223.16º | 0.29% | 0.38% | - |
| HSV(B) | 223.16º | 0.45% | 0.49% | - |
| XYZ | 9.47 | 9.27 | 21.03 | - |
| YUV | 84.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 126 | 0.45 | 0.33 | 0 | 0.51 | 223.16 | 0.29 | 0.38 |
| Hex | 45 | 55 | 7E | 2D | 21 | 0 | 33 | DF | 1D | 26 |
| Octal | 105 | 125 | 176 | 55 | 41 | 0 | 63 | 337 | 35 | 46 |
| Binary | 1000101 | 1010101 | 1111110 | 101101 | 100001 | 0 | 110011 | 11011111 | 11101 | 100110 |
Color Harmonies of #45557E
Complementary color
Monochromatic Colors of #45557E
Black with #45557E
Text Example
Text Example
White with #45557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45557E; }
p { color: rgb(69,85,126); }
H1.HeaderClassName
{
color: #45557E;
}
.AnyTagClassName
{
color: #45557E;
}
</style>
background-color css
<style>
a { background-color: #45557E; }
a { background-color: rgb(69,85,126); }
div.DivClassName
{
background-color: #45557E;
}
.BgClassName
{
background-color: #45557E;
}
</style>
border-color css
<style>
span { border-color: #45557E; }
span { border-color: rgb(69,85,126); }
td.TdClassName
{
border-color: #45557E;
}
.TagClassName
{
border-color: #45557E;
}
</style>