Shades of Chambray #476074
Tints of Chambray #476074
RGB
CMYK
RGB Variations
Color information
#476074 (or 0x476074) is known color: Chambray. HEX triplet: 47, 60 and 74. RGB value is (71,96,116). Sum of RGB (Red+Green+Blue) = 71+96+116=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #476074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476074 is #B89F8B. Grayscale: #5A5A5A. Windows color (decimal): -12099468 or 7626823. OLE color: 7626823.
HSL color Cylindrical-coordinate representation of color #476074: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476074 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 96 | 116 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.55 |
| HSL | 206.67º | 0.24% | 0.37% | - |
| HSV(B) | 206.67º | 0.39% | 0.45% | - |
| XYZ | 9.93 | 10.97 | 18.12 | - |
| YUV | 90.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 116 | 0.39 | 0.17 | 0 | 0.55 | 206.67 | 0.24 | 0.37 |
| Hex | 47 | 60 | 74 | 27 | 11 | 0 | 37 | CF | 18 | 25 |
| Octal | 107 | 140 | 164 | 47 | 21 | 0 | 67 | 317 | 30 | 45 |
| Binary | 1000111 | 1100000 | 1110100 | 100111 | 10001 | 0 | 110111 | 11001111 | 11000 | 100101 |
Color Harmonies of #476074
Complementary color
Monochromatic Colors of #476074
Black with #476074
Text Example
Text Example
White with #476074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476074; }
p { color: rgb(71,96,116); }
H1.HeaderClassName
{
color: #476074;
}
.AnyTagClassName
{
color: #476074;
}
</style>
background-color css
<style>
a { background-color: #476074; }
a { background-color: rgb(71,96,116); }
div.DivClassName
{
background-color: #476074;
}
.BgClassName
{
background-color: #476074;
}
</style>
border-color css
<style>
span { border-color: #476074; }
span { border-color: rgb(71,96,116); }
td.TdClassName
{
border-color: #476074;
}
.TagClassName
{
border-color: #476074;
}
</style>