Shades of Chambray #455C77
Tints of Chambray #455C77
RGB
CMYK
RGB Variations
Color information
#455C77 (or 0x455C77) is known color: Chambray. HEX triplet: 45, 5C and 77. RGB value is (69,92,119). Sum of RGB (Red+Green+Blue) = 69+92+119=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #455C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C77 is #BAA388. Grayscale: #585858. Windows color (decimal): -12231561 or 7822405. OLE color: 7822405.
HSL color Cylindrical-coordinate representation of color #455C77: hue angle of 212.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455C77 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 92 | 119 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.53 |
| HSL | 212.4º | 0.27% | 0.37% | - |
| HSV(B) | 212.4º | 0.42% | 0.47% | - |
| XYZ | 9.61 | 10.25 | 18.92 | - |
| YUV | 88.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 119 | 0.42 | 0.23 | 0 | 0.53 | 212.4 | 0.27 | 0.37 |
| Hex | 45 | 5C | 77 | 2A | 17 | 0 | 35 | D4 | 1B | 25 |
| Octal | 105 | 134 | 167 | 52 | 27 | 0 | 65 | 324 | 33 | 45 |
| Binary | 1000101 | 1011100 | 1110111 | 101010 | 10111 | 0 | 110101 | 11010100 | 11011 | 100101 |
Color Harmonies of #455C77
Complementary color
Monochromatic Colors of #455C77
Black with #455C77
Text Example
Text Example
White with #455C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C77; }
p { color: rgb(69,92,119); }
H1.HeaderClassName
{
color: #455C77;
}
.AnyTagClassName
{
color: #455C77;
}
</style>
background-color css
<style>
a { background-color: #455C77; }
a { background-color: rgb(69,92,119); }
div.DivClassName
{
background-color: #455C77;
}
.BgClassName
{
background-color: #455C77;
}
</style>
border-color css
<style>
span { border-color: #455C77; }
span { border-color: rgb(69,92,119); }
td.TdClassName
{
border-color: #455C77;
}
.TagClassName
{
border-color: #455C77;
}
</style>