Shades of Chambray #465A75
Tints of Chambray #465A75
RGB
CMYK
RGB Variations
Color information
#465A75 (or 0x465A75) is known color: Chambray. HEX triplet: 46, 5A and 75. RGB value is (70,90,117). Sum of RGB (Red+Green+Blue) = 70+90+117=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #465A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A75 is #B9A58A. Grayscale: #565656. Windows color (decimal): -12166539 or 7690822. OLE color: 7690822.
HSL color Cylindrical-coordinate representation of color #465A75: hue angle of 214.47º 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 #465A75 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 90 | 117 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.54 |
| HSL | 214.47º | 0.25% | 0.37% | - |
| HSV(B) | 214.47º | 0.4% | 0.46% | - |
| XYZ | 9.39 | 9.9 | 18.25 | - |
| YUV | 87.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 117 | 0.40 | 0.23 | 0 | 0.54 | 214.47 | 0.25 | 0.37 |
| Hex | 46 | 5A | 75 | 28 | 17 | 0 | 36 | D6 | 19 | 25 |
| Octal | 106 | 132 | 165 | 50 | 27 | 0 | 66 | 326 | 31 | 45 |
| Binary | 1000110 | 1011010 | 1110101 | 101000 | 10111 | 0 | 110110 | 11010110 | 11001 | 100101 |
Color Harmonies of #465A75
Complementary color
Monochromatic Colors of #465A75
Black with #465A75
Text Example
Text Example
White with #465A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A75; }
p { color: rgb(70,90,117); }
H1.HeaderClassName
{
color: #465A75;
}
.AnyTagClassName
{
color: #465A75;
}
</style>
background-color css
<style>
a { background-color: #465A75; }
a { background-color: rgb(70,90,117); }
div.DivClassName
{
background-color: #465A75;
}
.BgClassName
{
background-color: #465A75;
}
</style>
border-color css
<style>
span { border-color: #465A75; }
span { border-color: rgb(70,90,117); }
td.TdClassName
{
border-color: #465A75;
}
.TagClassName
{
border-color: #465A75;
}
</style>