Shades of Chambray #465B79
Tints of Chambray #465B79
RGB
CMYK
RGB Variations
Color information
#465B79 (or 0x465B79) is known color: Chambray. HEX triplet: 46, 5B and 79. RGB value is (70,91,121). Sum of RGB (Red+Green+Blue) = 70+91+121=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #465B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B79 is #B9A486. Grayscale: #585858. Windows color (decimal): -12166279 or 7953222. OLE color: 7953222.
HSL color Cylindrical-coordinate representation of color #465B79: hue angle of 215.29º 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 #465B79 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 91 | 121 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.53 |
| HSL | 215.29º | 0.27% | 0.37% | - |
| HSV(B) | 215.29º | 0.42% | 0.47% | - |
| XYZ | 9.72 | 10.16 | 19.54 | - |
| YUV | 88.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 121 | 0.42 | 0.25 | 0 | 0.53 | 215.29 | 0.27 | 0.37 |
| Hex | 46 | 5B | 79 | 2A | 19 | 0 | 35 | D7 | 1B | 25 |
| Octal | 106 | 133 | 171 | 52 | 31 | 0 | 65 | 327 | 33 | 45 |
| Binary | 1000110 | 1011011 | 1111001 | 101010 | 11001 | 0 | 110101 | 11010111 | 11011 | 100101 |
Color Harmonies of #465B79
Complementary color
Monochromatic Colors of #465B79
Black with #465B79
Text Example
Text Example
White with #465B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B79; }
p { color: rgb(70,91,121); }
H1.HeaderClassName
{
color: #465B79;
}
.AnyTagClassName
{
color: #465B79;
}
</style>
background-color css
<style>
a { background-color: #465B79; }
a { background-color: rgb(70,91,121); }
div.DivClassName
{
background-color: #465B79;
}
.BgClassName
{
background-color: #465B79;
}
</style>
border-color css
<style>
span { border-color: #465B79; }
span { border-color: rgb(70,91,121); }
td.TdClassName
{
border-color: #465B79;
}
.TagClassName
{
border-color: #465B79;
}
</style>