Shades of Chambray #455D78
Tints of Chambray #455D78
RGB
CMYK
RGB Variations
Color information
#455D78 (or 0x455D78) is known color: Chambray. HEX triplet: 45, 5D and 78. RGB value is (69,93,120). Sum of RGB (Red+Green+Blue) = 69+93+120=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #455D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D78 is #BAA287. Grayscale: #585858. Windows color (decimal): -12231304 or 7888197. OLE color: 7888197.
HSL color Cylindrical-coordinate representation of color #455D78: hue angle of 211.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455D78 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 93 | 120 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.53 |
| HSL | 211.76º | 0.27% | 0.37% | - |
| HSV(B) | 211.76º | 0.43% | 0.47% | - |
| XYZ | 9.76 | 10.45 | 19.27 | - |
| YUV | 88.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 120 | 0.42 | 0.22 | 0 | 0.53 | 211.76 | 0.27 | 0.37 |
| Hex | 45 | 5D | 78 | 2A | 16 | 0 | 35 | D4 | 1B | 25 |
| Octal | 105 | 135 | 170 | 52 | 26 | 0 | 65 | 324 | 33 | 45 |
| Binary | 1000101 | 1011101 | 1111000 | 101010 | 10110 | 0 | 110101 | 11010100 | 11011 | 100101 |
Color Harmonies of #455D78
Complementary color
Monochromatic Colors of #455D78
Black with #455D78
Text Example
Text Example
White with #455D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D78; }
p { color: rgb(69,93,120); }
H1.HeaderClassName
{
color: #455D78;
}
.AnyTagClassName
{
color: #455D78;
}
</style>
background-color css
<style>
a { background-color: #455D78; }
a { background-color: rgb(69,93,120); }
div.DivClassName
{
background-color: #455D78;
}
.BgClassName
{
background-color: #455D78;
}
</style>
border-color css
<style>
span { border-color: #455D78; }
span { border-color: rgb(69,93,120); }
td.TdClassName
{
border-color: #455D78;
}
.TagClassName
{
border-color: #455D78;
}
</style>