Shades of Chambray #42547B
Tints of Chambray #42547B
RGB
CMYK
RGB Variations
Color information
#42547B (or 0x42547B) is known color: Chambray. HEX triplet: 42, 54 and 7B. RGB value is (66,84,123). Sum of RGB (Red+Green+Blue) = 66+84+123=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #42547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42547B is #BDAB84. Grayscale: #525252. Windows color (decimal): -12430213 or 8082498. OLE color: 8082498.
HSL color Cylindrical-coordinate representation of color #42547B: hue angle of 221.05º 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 #42547B is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 84 | 123 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.52 |
| HSL | 221.05º | 0.3% | 0.37% | - |
| HSV(B) | 221.05º | 0.46% | 0.48% | - |
| XYZ | 8.99 | 8.93 | 19.99 | - |
| YUV | 83.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 123 | 0.46 | 0.32 | 0 | 0.52 | 221.05 | 0.3 | 0.37 |
| Hex | 42 | 54 | 7B | 2E | 20 | 0 | 34 | DD | 1E | 25 |
| Octal | 102 | 124 | 173 | 56 | 40 | 0 | 64 | 335 | 36 | 45 |
| Binary | 1000010 | 1010100 | 1111011 | 101110 | 100000 | 0 | 110100 | 11011101 | 11110 | 100101 |
Color Harmonies of #42547B
Complementary color
Monochromatic Colors of #42547B
Black with #42547B
Text Example
Text Example
White with #42547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42547B; }
p { color: rgb(66,84,123); }
H1.HeaderClassName
{
color: #42547B;
}
.AnyTagClassName
{
color: #42547B;
}
</style>
background-color css
<style>
a { background-color: #42547B; }
a { background-color: rgb(66,84,123); }
div.DivClassName
{
background-color: #42547B;
}
.BgClassName
{
background-color: #42547B;
}
</style>
border-color css
<style>
span { border-color: #42547B; }
span { border-color: rgb(66,84,123); }
td.TdClassName
{
border-color: #42547B;
}
.TagClassName
{
border-color: #42547B;
}
</style>