Shades of Chambray #465F73
Tints of Chambray #465F73
RGB
CMYK
RGB Variations
Color information
#465F73 (or 0x465F73) is known color: Chambray. HEX triplet: 46, 5F and 73. RGB value is (70,95,115). Sum of RGB (Red+Green+Blue) = 70+95+115=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #465F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F73 is #B9A08C. Grayscale: #595959. Windows color (decimal): -12165261 or 7561030. OLE color: 7561030.
HSL color Cylindrical-coordinate representation of color #465F73: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465F73 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 95 | 115 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.55 |
| HSL | 206.67º | 0.24% | 0.36% | - |
| HSV(B) | 206.67º | 0.39% | 0.45% | - |
| XYZ | 9.71 | 10.72 | 17.78 | - |
| YUV | 89.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 115 | 0.39 | 0.17 | 0 | 0.55 | 206.67 | 0.24 | 0.36 |
| Hex | 46 | 5F | 73 | 27 | 11 | 0 | 37 | CF | 18 | 24 |
| Octal | 106 | 137 | 163 | 47 | 21 | 0 | 67 | 317 | 30 | 44 |
| Binary | 1000110 | 1011111 | 1110011 | 100111 | 10001 | 0 | 110111 | 11001111 | 11000 | 100100 |
Color Harmonies of #465F73
Complementary color
Monochromatic Colors of #465F73
Black with #465F73
Text Example
Text Example
White with #465F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F73; }
p { color: rgb(70,95,115); }
H1.HeaderClassName
{
color: #465F73;
}
.AnyTagClassName
{
color: #465F73;
}
</style>
background-color css
<style>
a { background-color: #465F73; }
a { background-color: rgb(70,95,115); }
div.DivClassName
{
background-color: #465F73;
}
.BgClassName
{
background-color: #465F73;
}
</style>
border-color css
<style>
span { border-color: #465F73; }
span { border-color: rgb(70,95,115); }
td.TdClassName
{
border-color: #465F73;
}
.TagClassName
{
border-color: #465F73;
}
</style>