Shades of Chambray #46547D
Tints of Chambray #46547D
RGB
CMYK
RGB Variations
Color information
#46547D (or 0x46547D) is known color: Chambray. HEX triplet: 46, 54 and 7D. RGB value is (70,84,125). Sum of RGB (Red+Green+Blue) = 70+84+125=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #46547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46547D is #B9AB82. Grayscale: #545454. Windows color (decimal): -12168067 or 8213574. OLE color: 8213574.
HSL color Cylindrical-coordinate representation of color #46547D: hue angle of 224.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46547D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 84 | 125 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.51 |
| HSL | 224.73º | 0.28% | 0.38% | - |
| HSV(B) | 224.73º | 0.44% | 0.49% | - |
| XYZ | 9.4 | 9.12 | 20.67 | - |
| YUV | 84.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 125 | 0.44 | 0.33 | 0 | 0.51 | 224.73 | 0.28 | 0.38 |
| Hex | 46 | 54 | 7D | 2C | 21 | 0 | 33 | E1 | 1C | 26 |
| Octal | 106 | 124 | 175 | 54 | 41 | 0 | 63 | 341 | 34 | 46 |
| Binary | 1000110 | 1010100 | 1111101 | 101100 | 100001 | 0 | 110011 | 11100001 | 11100 | 100110 |
Color Harmonies of #46547D
Complementary color
Monochromatic Colors of #46547D
Black with #46547D
Text Example
Text Example
White with #46547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46547D; }
p { color: rgb(70,84,125); }
H1.HeaderClassName
{
color: #46547D;
}
.AnyTagClassName
{
color: #46547D;
}
</style>
background-color css
<style>
a { background-color: #46547D; }
a { background-color: rgb(70,84,125); }
div.DivClassName
{
background-color: #46547D;
}
.BgClassName
{
background-color: #46547D;
}
</style>
border-color css
<style>
span { border-color: #46547D; }
span { border-color: rgb(70,84,125); }
td.TdClassName
{
border-color: #46547D;
}
.TagClassName
{
border-color: #46547D;
}
</style>