Shades of Chambray #455A73
Tints of Chambray #455A73
RGB
CMYK
RGB Variations
Color information
#455A73 (or 0x455A73) is known color: Chambray. HEX triplet: 45, 5A and 73. RGB value is (69,90,115). Sum of RGB (Red+Green+Blue) = 69+90+115=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #455A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A73 is #BAA58C. Grayscale: #565656. Windows color (decimal): -12232077 or 7559749. OLE color: 7559749.
HSL color Cylindrical-coordinate representation of color #455A73: hue angle of 212.61º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455A73 is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 90 | 115 | - |
| CMYK | 0.4 | 0.22 | 0 | 0.55 |
| HSL | 212.61º | 0.25% | 0.36% | - |
| HSV(B) | 212.61º | 0.4% | 0.45% | - |
| XYZ | 9.2 | 9.82 | 17.63 | - |
| YUV | 86.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 115 | 0.4 | 0.22 | 0 | 0.55 | 212.61 | 0.25 | 0.36 |
| Hex | 45 | 5A | 73 | 28 | 16 | 0 | 37 | D5 | 19 | 24 |
| Octal | 105 | 132 | 163 | 50 | 26 | 0 | 67 | 325 | 31 | 44 |
| Binary | 1000101 | 1011010 | 1110011 | 101000 | 10110 | 0 | 110111 | 11010101 | 11001 | 100100 |
Color Harmonies of #455A73
Complementary color
Monochromatic Colors of #455A73
Black with #455A73
Text Example
Text Example
White with #455A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A73; }
p { color: rgb(69,90,115); }
H1.HeaderClassName
{
color: #455A73;
}
.AnyTagClassName
{
color: #455A73;
}
</style>
background-color css
<style>
a { background-color: #455A73; }
a { background-color: rgb(69,90,115); }
div.DivClassName
{
background-color: #455A73;
}
.BgClassName
{
background-color: #455A73;
}
</style>
border-color css
<style>
span { border-color: #455A73; }
span { border-color: rgb(69,90,115); }
td.TdClassName
{
border-color: #455A73;
}
.TagClassName
{
border-color: #455A73;
}
</style>