Shades of Chambray #455C72
Tints of Chambray #455C72
RGB
CMYK
RGB Variations
Color information
#455C72 (or 0x455C72) is known color: Chambray. HEX triplet: 45, 5C and 72. RGB value is (69,92,114). Sum of RGB (Red+Green+Blue) = 69+92+114=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #455C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C72 is #BAA38D. Grayscale: #575757. Windows color (decimal): -12231566 or 7494725. OLE color: 7494725.
HSL color Cylindrical-coordinate representation of color #455C72: hue angle of 209.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455C72 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 92 | 114 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.55 |
| HSL | 209.33º | 0.25% | 0.36% | - |
| HSV(B) | 209.33º | 0.39% | 0.45% | - |
| XYZ | 9.32 | 10.13 | 17.38 | - |
| YUV | 87.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 114 | 0.39 | 0.19 | 0 | 0.55 | 209.33 | 0.25 | 0.36 |
| Hex | 45 | 5C | 72 | 27 | 13 | 0 | 37 | D1 | 19 | 24 |
| Octal | 105 | 134 | 162 | 47 | 23 | 0 | 67 | 321 | 31 | 44 |
| Binary | 1000101 | 1011100 | 1110010 | 100111 | 10011 | 0 | 110111 | 11010001 | 11001 | 100100 |
Color Harmonies of #455C72
Complementary color
Monochromatic Colors of #455C72
Black with #455C72
Text Example
Text Example
White with #455C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C72; }
p { color: rgb(69,92,114); }
H1.HeaderClassName
{
color: #455C72;
}
.AnyTagClassName
{
color: #455C72;
}
</style>
background-color css
<style>
a { background-color: #455C72; }
a { background-color: rgb(69,92,114); }
div.DivClassName
{
background-color: #455C72;
}
.BgClassName
{
background-color: #455C72;
}
</style>
border-color css
<style>
span { border-color: #455C72; }
span { border-color: rgb(69,92,114); }
td.TdClassName
{
border-color: #455C72;
}
.TagClassName
{
border-color: #455C72;
}
</style>