Shades of Chambray #42577E
Tints of Chambray #42577E
RGB
CMYK
RGB Variations
Color information
#42577E (or 0x42577E) is known color: Chambray. HEX triplet: 42, 57 and 7E. RGB value is (66,87,126). Sum of RGB (Red+Green+Blue) = 66+87+126=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #42577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42577E is #BDA881. Grayscale: #545454. Windows color (decimal): -12429442 or 8279874. OLE color: 8279874.
HSL color Cylindrical-coordinate representation of color #42577E: hue angle of 219º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42577E is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 87 | 126 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.51 |
| HSL | 219º | 0.31% | 0.38% | - |
| HSV(B) | 219º | 0.48% | 0.49% | - |
| XYZ | 9.42 | 9.48 | 21.07 | - |
| YUV | 85.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 126 | 0.48 | 0.31 | 0 | 0.51 | 219 | 0.31 | 0.38 |
| Hex | 42 | 57 | 7E | 30 | 1F | 0 | 33 | DB | 1F | 26 |
| Octal | 102 | 127 | 176 | 60 | 37 | 0 | 63 | 333 | 37 | 46 |
| Binary | 1000010 | 1010111 | 1111110 | 110000 | 11111 | 0 | 110011 | 11011011 | 11111 | 100110 |
Color Harmonies of #42577E
Complementary color
Monochromatic Colors of #42577E
Black with #42577E
Text Example
Text Example
White with #42577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42577E; }
p { color: rgb(66,87,126); }
H1.HeaderClassName
{
color: #42577E;
}
.AnyTagClassName
{
color: #42577E;
}
</style>
background-color css
<style>
a { background-color: #42577E; }
a { background-color: rgb(66,87,126); }
div.DivClassName
{
background-color: #42577E;
}
.BgClassName
{
background-color: #42577E;
}
</style>
border-color css
<style>
span { border-color: #42577E; }
span { border-color: rgb(66,87,126); }
td.TdClassName
{
border-color: #42577E;
}
.TagClassName
{
border-color: #42577E;
}
</style>