Shades of Chambray #42547A
Tints of Chambray #42547A
RGB
CMYK
RGB Variations
Color information
#42547A (or 0x42547A) is known color: Chambray. HEX triplet: 42, 54 and 7A. RGB value is (66,84,122). Sum of RGB (Red+Green+Blue) = 66+84+122=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #42547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42547A is #BDAB85. Grayscale: #525252. Windows color (decimal): -12430214 or 8016962. OLE color: 8016962.
HSL color Cylindrical-coordinate representation of color #42547A: hue angle of 220.71º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42547A is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 84 | 122 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.52 |
| HSL | 220.71º | 0.3% | 0.37% | - |
| HSV(B) | 220.71º | 0.46% | 0.48% | - |
| XYZ | 8.93 | 8.9 | 19.66 | - |
| YUV | 82.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 122 | 0.46 | 0.31 | 0 | 0.52 | 220.71 | 0.3 | 0.37 |
| Hex | 42 | 54 | 7A | 2E | 1F | 0 | 34 | DD | 1E | 25 |
| Octal | 102 | 124 | 172 | 56 | 37 | 0 | 64 | 335 | 36 | 45 |
| Binary | 1000010 | 1010100 | 1111010 | 101110 | 11111 | 0 | 110100 | 11011101 | 11110 | 100101 |
Color Harmonies of #42547A
Complementary color
Monochromatic Colors of #42547A
Black with #42547A
Text Example
Text Example
White with #42547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42547A; }
p { color: rgb(66,84,122); }
H1.HeaderClassName
{
color: #42547A;
}
.AnyTagClassName
{
color: #42547A;
}
</style>
background-color css
<style>
a { background-color: #42547A; }
a { background-color: rgb(66,84,122); }
div.DivClassName
{
background-color: #42547A;
}
.BgClassName
{
background-color: #42547A;
}
</style>
border-color css
<style>
span { border-color: #42547A; }
span { border-color: rgb(66,84,122); }
td.TdClassName
{
border-color: #42547A;
}
.TagClassName
{
border-color: #42547A;
}
</style>