Shades of Chambray #455A7F
Tints of Chambray #455A7F
RGB
CMYK
RGB Variations
Color information
#455A7F (or 0x455A7F) is known color: Chambray. HEX triplet: 45, 5A and 7F. RGB value is (69,90,127). Sum of RGB (Red+Green+Blue) = 69+90+127=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #455A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A7F is #BAA580. Grayscale: #575757. Windows color (decimal): -12232065 or 8346181. OLE color: 8346181.
HSL color Cylindrical-coordinate representation of color #455A7F: hue angle of 218.28º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455A7F is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 90 | 127 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.50 |
| HSL | 218.28º | 0.3% | 0.38% | - |
| HSV(B) | 218.28º | 0.46% | 0.5% | - |
| XYZ | 9.94 | 10.11 | 21.51 | - |
| YUV | 87.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 127 | 0.46 | 0.29 | 0 | 0.50 | 218.28 | 0.3 | 0.38 |
| Hex | 45 | 5A | 7F | 2E | 1D | 0 | 32 | DA | 1E | 26 |
| Octal | 105 | 132 | 177 | 56 | 35 | 0 | 62 | 332 | 36 | 46 |
| Binary | 1000101 | 1011010 | 1111111 | 101110 | 11101 | 0 | 110010 | 11011010 | 11110 | 100110 |
Color Harmonies of #455A7F
Complementary color
Monochromatic Colors of #455A7F
Black with #455A7F
Text Example
Text Example
White with #455A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A7F; }
p { color: rgb(69,90,127); }
H1.HeaderClassName
{
color: #455A7F;
}
.AnyTagClassName
{
color: #455A7F;
}
</style>
background-color css
<style>
a { background-color: #455A7F; }
a { background-color: rgb(69,90,127); }
div.DivClassName
{
background-color: #455A7F;
}
.BgClassName
{
background-color: #455A7F;
}
</style>
border-color css
<style>
span { border-color: #455A7F; }
span { border-color: rgb(69,90,127); }
td.TdClassName
{
border-color: #455A7F;
}
.TagClassName
{
border-color: #455A7F;
}
</style>