Shades of Chambray #455C71
Tints of Chambray #455C71
RGB
CMYK
RGB Variations
Color information
#455C71 (or 0x455C71) is known color: Chambray. HEX triplet: 45, 5C and 71. RGB value is (69,92,113). Sum of RGB (Red+Green+Blue) = 69+92+113=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #455C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C71 is #BAA38E. Grayscale: #575757. Windows color (decimal): -12231567 or 7429189. OLE color: 7429189.
HSL color Cylindrical-coordinate representation of color #455C71: hue angle of 208.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455C71 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 92 | 113 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.56 |
| HSL | 208.64º | 0.24% | 0.36% | - |
| HSV(B) | 208.64º | 0.39% | 0.44% | - |
| XYZ | 9.26 | 10.11 | 17.09 | - |
| YUV | 87.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 113 | 0.39 | 0.19 | 0 | 0.56 | 208.64 | 0.24 | 0.36 |
| Hex | 45 | 5C | 71 | 27 | 13 | 0 | 38 | D1 | 18 | 24 |
| Octal | 105 | 134 | 161 | 47 | 23 | 0 | 70 | 321 | 30 | 44 |
| Binary | 1000101 | 1011100 | 1110001 | 100111 | 10011 | 0 | 111000 | 11010001 | 11000 | 100100 |
Color Harmonies of #455C71
Complementary color
Monochromatic Colors of #455C71
Black with #455C71
Text Example
Text Example
White with #455C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C71; }
p { color: rgb(69,92,113); }
H1.HeaderClassName
{
color: #455C71;
}
.AnyTagClassName
{
color: #455C71;
}
</style>
background-color css
<style>
a { background-color: #455C71; }
a { background-color: rgb(69,92,113); }
div.DivClassName
{
background-color: #455C71;
}
.BgClassName
{
background-color: #455C71;
}
</style>
border-color css
<style>
span { border-color: #455C71; }
span { border-color: rgb(69,92,113); }
td.TdClassName
{
border-color: #455C71;
}
.TagClassName
{
border-color: #455C71;
}
</style>