Shades of Chambray #465E75
Tints of Chambray #465E75
RGB
CMYK
RGB Variations
Color information
#465E75 (or 0x465E75) is known color: Chambray. HEX triplet: 46, 5E and 75. RGB value is (70,94,117). Sum of RGB (Red+Green+Blue) = 70+94+117=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #465E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E75 is #B9A18A. Grayscale: #595959. Windows color (decimal): -12165515 or 7691846. OLE color: 7691846.
HSL color Cylindrical-coordinate representation of color #465E75: hue angle of 209.36º 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 #465E75 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 94 | 117 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.54 |
| HSL | 209.36º | 0.25% | 0.37% | - |
| HSV(B) | 209.36º | 0.4% | 0.46% | - |
| XYZ | 9.74 | 10.59 | 18.36 | - |
| YUV | 89.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 117 | 0.40 | 0.20 | 0 | 0.54 | 209.36 | 0.25 | 0.37 |
| Hex | 46 | 5E | 75 | 28 | 14 | 0 | 36 | D1 | 19 | 25 |
| Octal | 106 | 136 | 165 | 50 | 24 | 0 | 66 | 321 | 31 | 45 |
| Binary | 1000110 | 1011110 | 1110101 | 101000 | 10100 | 0 | 110110 | 11010001 | 11001 | 100101 |
Color Harmonies of #465E75
Complementary color
Monochromatic Colors of #465E75
Black with #465E75
Text Example
Text Example
White with #465E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E75; }
p { color: rgb(70,94,117); }
H1.HeaderClassName
{
color: #465E75;
}
.AnyTagClassName
{
color: #465E75;
}
</style>
background-color css
<style>
a { background-color: #465E75; }
a { background-color: rgb(70,94,117); }
div.DivClassName
{
background-color: #465E75;
}
.BgClassName
{
background-color: #465E75;
}
</style>
border-color css
<style>
span { border-color: #465E75; }
span { border-color: rgb(70,94,117); }
td.TdClassName
{
border-color: #465E75;
}
.TagClassName
{
border-color: #465E75;
}
</style>