Shades of Chambray #45557A
Tints of Chambray #45557A
RGB
CMYK
RGB Variations
Color information
#45557A (or 0x45557A) is known color: Chambray. HEX triplet: 45, 55 and 7A. RGB value is (69,85,122). Sum of RGB (Red+Green+Blue) = 69+85+122=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #45557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45557A is #BAAA85. Grayscale: #545454. Windows color (decimal): -12233350 or 8017221. OLE color: 8017221.
HSL color Cylindrical-coordinate representation of color #45557A: hue angle of 221.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45557A is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 85 | 122 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.52 |
| HSL | 221.89º | 0.28% | 0.37% | - |
| HSV(B) | 221.89º | 0.43% | 0.48% | - |
| XYZ | 9.22 | 9.17 | 19.7 | - |
| YUV | 84.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 122 | 0.43 | 0.30 | 0 | 0.52 | 221.89 | 0.28 | 0.37 |
| Hex | 45 | 55 | 7A | 2B | 1E | 0 | 34 | DE | 1C | 25 |
| Octal | 105 | 125 | 172 | 53 | 36 | 0 | 64 | 336 | 34 | 45 |
| Binary | 1000101 | 1010101 | 1111010 | 101011 | 11110 | 0 | 110100 | 11011110 | 11100 | 100101 |
Color Harmonies of #45557A
Complementary color
Monochromatic Colors of #45557A
Black with #45557A
Text Example
Text Example
White with #45557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45557A; }
p { color: rgb(69,85,122); }
H1.HeaderClassName
{
color: #45557A;
}
.AnyTagClassName
{
color: #45557A;
}
</style>
background-color css
<style>
a { background-color: #45557A; }
a { background-color: rgb(69,85,122); }
div.DivClassName
{
background-color: #45557A;
}
.BgClassName
{
background-color: #45557A;
}
</style>
border-color css
<style>
span { border-color: #45557A; }
span { border-color: rgb(69,85,122); }
td.TdClassName
{
border-color: #45557A;
}
.TagClassName
{
border-color: #45557A;
}
</style>