Shades of Chambray #465B6F
Tints of Chambray #465B6F
RGB
CMYK
RGB Variations
Color information
#465B6F (or 0x465B6F) is known color: Chambray. HEX triplet: 46, 5B and 6F. RGB value is (70,91,111). Sum of RGB (Red+Green+Blue) = 70+91+111=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #465B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B6F is #B9A490. Grayscale: #565656. Windows color (decimal): -12166289 or 7297862. OLE color: 7297862.
HSL color Cylindrical-coordinate representation of color #465B6F: hue angle of 209.27º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465B6F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 91 | 111 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.56 |
| HSL | 209.27º | 0.23% | 0.35% | - |
| HSV(B) | 209.27º | 0.37% | 0.44% | - |
| XYZ | 9.14 | 9.93 | 16.47 | - |
| YUV | 87 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 111 | 0.37 | 0.18 | 0 | 0.56 | 209.27 | 0.23 | 0.35 |
| Hex | 46 | 5B | 6F | 25 | 12 | 0 | 38 | D1 | 17 | 23 |
| Octal | 106 | 133 | 157 | 45 | 22 | 0 | 70 | 321 | 27 | 43 |
| Binary | 1000110 | 1011011 | 1101111 | 100101 | 10010 | 0 | 111000 | 11010001 | 10111 | 100011 |
Color Harmonies of #465B6F
Complementary color
Monochromatic Colors of #465B6F
Black with #465B6F
Text Example
Text Example
White with #465B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B6F; }
p { color: rgb(70,91,111); }
H1.HeaderClassName
{
color: #465B6F;
}
.AnyTagClassName
{
color: #465B6F;
}
</style>
background-color css
<style>
a { background-color: #465B6F; }
a { background-color: rgb(70,91,111); }
div.DivClassName
{
background-color: #465B6F;
}
.BgClassName
{
background-color: #465B6F;
}
</style>
border-color css
<style>
span { border-color: #465B6F; }
span { border-color: rgb(70,91,111); }
td.TdClassName
{
border-color: #465B6F;
}
.TagClassName
{
border-color: #465B6F;
}
</style>