Shades of Chambray #465D75
Tints of Chambray #465D75
RGB
CMYK
RGB Variations
Color information
#465D75 (or 0x465D75) is known color: Chambray. HEX triplet: 46, 5D and 75. RGB value is (70,93,117). Sum of RGB (Red+Green+Blue) = 70+93+117=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #465D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D75 is #B9A28A. Grayscale: #585858. Windows color (decimal): -12165771 or 7691590. OLE color: 7691590.
HSL color Cylindrical-coordinate representation of color #465D75: hue angle of 210.64º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465D75 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 93 | 117 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.54 |
| HSL | 210.64º | 0.25% | 0.37% | - |
| HSV(B) | 210.64º | 0.4% | 0.46% | - |
| XYZ | 9.65 | 10.42 | 18.33 | - |
| YUV | 88.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 117 | 0.40 | 0.21 | 0 | 0.54 | 210.64 | 0.25 | 0.37 |
| Hex | 46 | 5D | 75 | 28 | 15 | 0 | 36 | D3 | 19 | 25 |
| Octal | 106 | 135 | 165 | 50 | 25 | 0 | 66 | 323 | 31 | 45 |
| Binary | 1000110 | 1011101 | 1110101 | 101000 | 10101 | 0 | 110110 | 11010011 | 11001 | 100101 |
Color Harmonies of #465D75
Complementary color
Monochromatic Colors of #465D75
Black with #465D75
Text Example
Text Example
White with #465D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D75; }
p { color: rgb(70,93,117); }
H1.HeaderClassName
{
color: #465D75;
}
.AnyTagClassName
{
color: #465D75;
}
</style>
background-color css
<style>
a { background-color: #465D75; }
a { background-color: rgb(70,93,117); }
div.DivClassName
{
background-color: #465D75;
}
.BgClassName
{
background-color: #465D75;
}
</style>
border-color css
<style>
span { border-color: #465D75; }
span { border-color: rgb(70,93,117); }
td.TdClassName
{
border-color: #465D75;
}
.TagClassName
{
border-color: #465D75;
}
</style>