Shades of Chambray #465C79
Tints of Chambray #465C79
RGB
CMYK
RGB Variations
Color information
#465C79 (or 0x465C79) is known color: Chambray. HEX triplet: 46, 5C and 79. RGB value is (70,92,121). Sum of RGB (Red+Green+Blue) = 70+92+121=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #465C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C79 is #B9A386. Grayscale: #585858. Windows color (decimal): -12166023 or 7953478. OLE color: 7953478.
HSL color Cylindrical-coordinate representation of color #465C79: hue angle of 214.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465C79 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 92 | 121 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.53 |
| HSL | 214.12º | 0.27% | 0.37% | - |
| HSV(B) | 214.12º | 0.42% | 0.47% | - |
| XYZ | 9.8 | 10.34 | 19.57 | - |
| YUV | 88.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 121 | 0.42 | 0.24 | 0 | 0.53 | 214.12 | 0.27 | 0.37 |
| Hex | 46 | 5C | 79 | 2A | 18 | 0 | 35 | D6 | 1B | 25 |
| Octal | 106 | 134 | 171 | 52 | 30 | 0 | 65 | 326 | 33 | 45 |
| Binary | 1000110 | 1011100 | 1111001 | 101010 | 11000 | 0 | 110101 | 11010110 | 11011 | 100101 |
Color Harmonies of #465C79
Complementary color
Monochromatic Colors of #465C79
Black with #465C79
Text Example
Text Example
White with #465C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C79; }
p { color: rgb(70,92,121); }
H1.HeaderClassName
{
color: #465C79;
}
.AnyTagClassName
{
color: #465C79;
}
</style>
background-color css
<style>
a { background-color: #465C79; }
a { background-color: rgb(70,92,121); }
div.DivClassName
{
background-color: #465C79;
}
.BgClassName
{
background-color: #465C79;
}
</style>
border-color css
<style>
span { border-color: #465C79; }
span { border-color: rgb(70,92,121); }
td.TdClassName
{
border-color: #465C79;
}
.TagClassName
{
border-color: #465C79;
}
</style>