Shades of Chambray #465D89
Tints of Chambray #465D89
RGB
CMYK
RGB Variations
Color information
#465D89 (or 0x465D89) is known color: Chambray. HEX triplet: 46, 5D and 89. RGB value is (70,93,137). Sum of RGB (Red+Green+Blue) = 70+93+137=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #465D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D89 is #B9A276. Grayscale: #5A5A5A. Windows color (decimal): -12165751 or 9002310. OLE color: 9002310.
HSL color Cylindrical-coordinate representation of color #465D89: hue angle of 219.4º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465D89 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 93 | 137 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.46 |
| HSL | 219.4º | 0.32% | 0.41% | - |
| HSV(B) | 219.4º | 0.49% | 0.54% | - |
| XYZ | 10.96 | 10.94 | 25.2 | - |
| YUV | 91.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 137 | 0.49 | 0.32 | 0 | 0.46 | 219.4 | 0.32 | 0.41 |
| Hex | 46 | 5D | 89 | 31 | 20 | 0 | 2E | DB | 20 | 29 |
| Octal | 106 | 135 | 211 | 61 | 40 | 0 | 56 | 333 | 40 | 51 |
| Binary | 1000110 | 1011101 | 10001001 | 110001 | 100000 | 0 | 101110 | 11011011 | 100000 | 101001 |
Color Harmonies of #465D89
Complementary color
Monochromatic Colors of #465D89
Black with #465D89
Text Example
Text Example
White with #465D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D89; }
p { color: rgb(70,93,137); }
H1.HeaderClassName
{
color: #465D89;
}
.AnyTagClassName
{
color: #465D89;
}
</style>
background-color css
<style>
a { background-color: #465D89; }
a { background-color: rgb(70,93,137); }
div.DivClassName
{
background-color: #465D89;
}
.BgClassName
{
background-color: #465D89;
}
</style>
border-color css
<style>
span { border-color: #465D89; }
span { border-color: rgb(70,93,137); }
td.TdClassName
{
border-color: #465D89;
}
.TagClassName
{
border-color: #465D89;
}
</style>