Shades of Chambray #465674
Tints of Chambray #465674
RGB
CMYK
RGB Variations
Color information
#465674 (or 0x465674) is known color: Chambray. HEX triplet: 46, 56 and 74. RGB value is (70,86,116). Sum of RGB (Red+Green+Blue) = 70+86+116=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #465674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465674 is #B9A98B. Grayscale: #545454. Windows color (decimal): -12167564 or 7624262. OLE color: 7624262.
HSL color Cylindrical-coordinate representation of color #465674: hue angle of 219.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465674 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 86 | 116 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.55 |
| HSL | 219.13º | 0.25% | 0.36% | - |
| HSV(B) | 219.13º | 0.4% | 0.45% | - |
| XYZ | 9.01 | 9.22 | 17.83 | - |
| YUV | 84.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 116 | 0.40 | 0.26 | 0 | 0.55 | 219.13 | 0.25 | 0.36 |
| Hex | 46 | 56 | 74 | 28 | 1A | 0 | 37 | DB | 19 | 24 |
| Octal | 106 | 126 | 164 | 50 | 32 | 0 | 67 | 333 | 31 | 44 |
| Binary | 1000110 | 1010110 | 1110100 | 101000 | 11010 | 0 | 110111 | 11011011 | 11001 | 100100 |
Color Harmonies of #465674
Complementary color
Monochromatic Colors of #465674
Black with #465674
Text Example
Text Example
White with #465674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465674; }
p { color: rgb(70,86,116); }
H1.HeaderClassName
{
color: #465674;
}
.AnyTagClassName
{
color: #465674;
}
</style>
background-color css
<style>
a { background-color: #465674; }
a { background-color: rgb(70,86,116); }
div.DivClassName
{
background-color: #465674;
}
.BgClassName
{
background-color: #465674;
}
</style>
border-color css
<style>
span { border-color: #465674; }
span { border-color: rgb(70,86,116); }
td.TdClassName
{
border-color: #465674;
}
.TagClassName
{
border-color: #465674;
}
</style>