Shades of Chambray #465B7C
Tints of Chambray #465B7C
RGB
CMYK
RGB Variations
Color information
#465B7C (or 0x465B7C) is known color: Chambray. HEX triplet: 46, 5B and 7C. RGB value is (70,91,124). Sum of RGB (Red+Green+Blue) = 70+91+124=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #465B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B7C is #B9A483. Grayscale: #585858. Windows color (decimal): -12166276 or 8149830. OLE color: 8149830.
HSL color Cylindrical-coordinate representation of color #465B7C: hue angle of 216.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465B7C is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 91 | 124 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.51 |
| HSL | 216.67º | 0.28% | 0.38% | - |
| HSV(B) | 216.67º | 0.44% | 0.49% | - |
| XYZ | 9.9 | 10.24 | 20.52 | - |
| YUV | 88.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 124 | 0.44 | 0.27 | 0 | 0.51 | 216.67 | 0.28 | 0.38 |
| Hex | 46 | 5B | 7C | 2C | 1B | 0 | 33 | D9 | 1C | 26 |
| Octal | 106 | 133 | 174 | 54 | 33 | 0 | 63 | 331 | 34 | 46 |
| Binary | 1000110 | 1011011 | 1111100 | 101100 | 11011 | 0 | 110011 | 11011001 | 11100 | 100110 |
Color Harmonies of #465B7C
Complementary color
Monochromatic Colors of #465B7C
Black with #465B7C
Text Example
Text Example
White with #465B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B7C; }
p { color: rgb(70,91,124); }
H1.HeaderClassName
{
color: #465B7C;
}
.AnyTagClassName
{
color: #465B7C;
}
</style>
background-color css
<style>
a { background-color: #465B7C; }
a { background-color: rgb(70,91,124); }
div.DivClassName
{
background-color: #465B7C;
}
.BgClassName
{
background-color: #465B7C;
}
</style>
border-color css
<style>
span { border-color: #465B7C; }
span { border-color: rgb(70,91,124); }
td.TdClassName
{
border-color: #465B7C;
}
.TagClassName
{
border-color: #465B7C;
}
</style>