Shades of Chambray #465F75
Tints of Chambray #465F75
RGB
CMYK
RGB Variations
Color information
#465F75 (or 0x465F75) is known color: Chambray. HEX triplet: 46, 5F and 75. RGB value is (70,95,117). Sum of RGB (Red+Green+Blue) = 70+95+117=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #465F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F75 is #B9A08A. Grayscale: #595959. Windows color (decimal): -12165259 or 7692102. OLE color: 7692102.
HSL color Cylindrical-coordinate representation of color #465F75: hue angle of 208.09º 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 #465F75 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 95 | 117 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.54 |
| HSL | 208.09º | 0.25% | 0.37% | - |
| HSV(B) | 208.09º | 0.4% | 0.46% | - |
| XYZ | 9.83 | 10.77 | 18.39 | - |
| YUV | 90.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 117 | 0.40 | 0.19 | 0 | 0.54 | 208.09 | 0.25 | 0.37 |
| Hex | 46 | 5F | 75 | 28 | 13 | 0 | 36 | D0 | 19 | 25 |
| Octal | 106 | 137 | 165 | 50 | 23 | 0 | 66 | 320 | 31 | 45 |
| Binary | 1000110 | 1011111 | 1110101 | 101000 | 10011 | 0 | 110110 | 11010000 | 11001 | 100101 |
Color Harmonies of #465F75
Complementary color
Monochromatic Colors of #465F75
Black with #465F75
Text Example
Text Example
White with #465F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F75; }
p { color: rgb(70,95,117); }
H1.HeaderClassName
{
color: #465F75;
}
.AnyTagClassName
{
color: #465F75;
}
</style>
background-color css
<style>
a { background-color: #465F75; }
a { background-color: rgb(70,95,117); }
div.DivClassName
{
background-color: #465F75;
}
.BgClassName
{
background-color: #465F75;
}
</style>
border-color css
<style>
span { border-color: #465F75; }
span { border-color: rgb(70,95,117); }
td.TdClassName
{
border-color: #465F75;
}
.TagClassName
{
border-color: #465F75;
}
</style>