Shades of Chambray #465B70
Tints of Chambray #465B70
RGB
CMYK
RGB Variations
Color information
#465B70 (or 0x465B70) is known color: Chambray. HEX triplet: 46, 5B and 70. RGB value is (70,91,112). Sum of RGB (Red+Green+Blue) = 70+91+112=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #465B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B70 is #B9A48F. Grayscale: #575757. Windows color (decimal): -12166288 or 7363398. OLE color: 7363398.
HSL color Cylindrical-coordinate representation of color #465B70: hue angle of 210º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465B70 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 91 | 112 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.56 |
| HSL | 210º | 0.23% | 0.36% | - |
| HSV(B) | 210º | 0.38% | 0.44% | - |
| XYZ | 9.19 | 9.95 | 16.77 | - |
| YUV | 87.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 112 | 0.38 | 0.19 | 0 | 0.56 | 210 | 0.23 | 0.36 |
| Hex | 46 | 5B | 70 | 26 | 13 | 0 | 38 | D2 | 17 | 24 |
| Octal | 106 | 133 | 160 | 46 | 23 | 0 | 70 | 322 | 27 | 44 |
| Binary | 1000110 | 1011011 | 1110000 | 100110 | 10011 | 0 | 111000 | 11010010 | 10111 | 100100 |
Color Harmonies of #465B70
Complementary color
Monochromatic Colors of #465B70
Black with #465B70
Text Example
Text Example
White with #465B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B70; }
p { color: rgb(70,91,112); }
H1.HeaderClassName
{
color: #465B70;
}
.AnyTagClassName
{
color: #465B70;
}
</style>
background-color css
<style>
a { background-color: #465B70; }
a { background-color: rgb(70,91,112); }
div.DivClassName
{
background-color: #465B70;
}
.BgClassName
{
background-color: #465B70;
}
</style>
border-color css
<style>
span { border-color: #465B70; }
span { border-color: rgb(70,91,112); }
td.TdClassName
{
border-color: #465B70;
}
.TagClassName
{
border-color: #465B70;
}
</style>