Shades of Chambray #465C70
Tints of Chambray #465C70
RGB
CMYK
RGB Variations
Color information
#465C70 (or 0x465C70) is known color: Chambray. HEX triplet: 46, 5C and 70. RGB value is (70,92,112). Sum of RGB (Red+Green+Blue) = 70+92+112=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #465C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C70 is #B9A38F. Grayscale: #575757. Windows color (decimal): -12166032 or 7363654. OLE color: 7363654.
HSL color Cylindrical-coordinate representation of color #465C70: hue angle of 208.57º 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 #465C70 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 92 | 112 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.56 |
| HSL | 208.57º | 0.23% | 0.36% | - |
| HSV(B) | 208.57º | 0.38% | 0.44% | - |
| XYZ | 9.28 | 10.13 | 16.79 | - |
| YUV | 87.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 112 | 0.38 | 0.18 | 0 | 0.56 | 208.57 | 0.23 | 0.36 |
| Hex | 46 | 5C | 70 | 26 | 12 | 0 | 38 | D1 | 17 | 24 |
| Octal | 106 | 134 | 160 | 46 | 22 | 0 | 70 | 321 | 27 | 44 |
| Binary | 1000110 | 1011100 | 1110000 | 100110 | 10010 | 0 | 111000 | 11010001 | 10111 | 100100 |
Color Harmonies of #465C70
Complementary color
Monochromatic Colors of #465C70
Black with #465C70
Text Example
Text Example
White with #465C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C70; }
p { color: rgb(70,92,112); }
H1.HeaderClassName
{
color: #465C70;
}
.AnyTagClassName
{
color: #465C70;
}
</style>
background-color css
<style>
a { background-color: #465C70; }
a { background-color: rgb(70,92,112); }
div.DivClassName
{
background-color: #465C70;
}
.BgClassName
{
background-color: #465C70;
}
</style>
border-color css
<style>
span { border-color: #465C70; }
span { border-color: rgb(70,92,112); }
td.TdClassName
{
border-color: #465C70;
}
.TagClassName
{
border-color: #465C70;
}
</style>