Shades of Chambray #465F7A
Tints of Chambray #465F7A
RGB
CMYK
RGB Variations
Color information
#465F7A (or 0x465F7A) is known color: Chambray. HEX triplet: 46, 5F and 7A. RGB value is (70,95,122). Sum of RGB (Red+Green+Blue) = 70+95+122=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #465F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F7A is #B9A085. Grayscale: #5A5A5A. Windows color (decimal): -12165254 or 8019782. OLE color: 8019782.
HSL color Cylindrical-coordinate representation of color #465F7A: hue angle of 211.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #465F7A is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 95 | 122 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.52 |
| HSL | 211.15º | 0.27% | 0.38% | - |
| HSV(B) | 211.15º | 0.43% | 0.48% | - |
| XYZ | 10.13 | 10.89 | 19.98 | - |
| YUV | 90.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 122 | 0.43 | 0.22 | 0 | 0.52 | 211.15 | 0.27 | 0.38 |
| Hex | 46 | 5F | 7A | 2B | 16 | 0 | 34 | D3 | 1B | 26 |
| Octal | 106 | 137 | 172 | 53 | 26 | 0 | 64 | 323 | 33 | 46 |
| Binary | 1000110 | 1011111 | 1111010 | 101011 | 10110 | 0 | 110100 | 11010011 | 11011 | 100110 |
Color Harmonies of #465F7A
Complementary color
Monochromatic Colors of #465F7A
Black with #465F7A
Text Example
Text Example
White with #465F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F7A; }
p { color: rgb(70,95,122); }
H1.HeaderClassName
{
color: #465F7A;
}
.AnyTagClassName
{
color: #465F7A;
}
</style>
background-color css
<style>
a { background-color: #465F7A; }
a { background-color: rgb(70,95,122); }
div.DivClassName
{
background-color: #465F7A;
}
.BgClassName
{
background-color: #465F7A;
}
</style>
border-color css
<style>
span { border-color: #465F7A; }
span { border-color: rgb(70,95,122); }
td.TdClassName
{
border-color: #465F7A;
}
.TagClassName
{
border-color: #465F7A;
}
</style>