Shades of Chambray #455D76
Tints of Chambray #455D76
RGB
CMYK
RGB Variations
Color information
#455D76 (or 0x455D76) is known color: Chambray. HEX triplet: 45, 5D and 76. RGB value is (69,93,118). Sum of RGB (Red+Green+Blue) = 69+93+118=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #455D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D76 is #BAA289. Grayscale: #585858. Windows color (decimal): -12231306 or 7757125. OLE color: 7757125.
HSL color Cylindrical-coordinate representation of color #455D76: hue angle of 210.61º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455D76 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 93 | 118 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.54 |
| HSL | 210.61º | 0.26% | 0.37% | - |
| HSV(B) | 210.61º | 0.42% | 0.46% | - |
| XYZ | 9.64 | 10.4 | 18.64 | - |
| YUV | 88.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 118 | 0.42 | 0.21 | 0 | 0.54 | 210.61 | 0.26 | 0.37 |
| Hex | 45 | 5D | 76 | 2A | 15 | 0 | 36 | D3 | 1A | 25 |
| Octal | 105 | 135 | 166 | 52 | 25 | 0 | 66 | 323 | 32 | 45 |
| Binary | 1000101 | 1011101 | 1110110 | 101010 | 10101 | 0 | 110110 | 11010011 | 11010 | 100101 |
Color Harmonies of #455D76
Complementary color
Monochromatic Colors of #455D76
Black with #455D76
Text Example
Text Example
White with #455D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D76; }
p { color: rgb(69,93,118); }
H1.HeaderClassName
{
color: #455D76;
}
.AnyTagClassName
{
color: #455D76;
}
</style>
background-color css
<style>
a { background-color: #455D76; }
a { background-color: rgb(69,93,118); }
div.DivClassName
{
background-color: #455D76;
}
.BgClassName
{
background-color: #455D76;
}
</style>
border-color css
<style>
span { border-color: #455D76; }
span { border-color: rgb(69,93,118); }
td.TdClassName
{
border-color: #455D76;
}
.TagClassName
{
border-color: #455D76;
}
</style>