Shades of Chambray #4C627B
Tints of Chambray #4C627B
RGB
CMYK
RGB Variations
Color information
#4C627B (or 0x4C627B) is known color: Chambray. HEX triplet: 4C, 62 and 7B. RGB value is (76,98,123). Sum of RGB (Red+Green+Blue) = 76+98+123=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C627B is #B39D84. Grayscale: #5E5E5E. Windows color (decimal): -11771269 or 8086092. OLE color: 8086092.
HSL color Cylindrical-coordinate representation of color #4C627B: hue angle of 211.91º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C627B is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 98 | 123 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.52 |
| HSL | 211.91º | 0.24% | 0.39% | - |
| HSV(B) | 211.91º | 0.38% | 0.48% | - |
| XYZ | 10.92 | 11.7 | 20.42 | - |
| YUV | 94.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 123 | 0.38 | 0.20 | 0 | 0.52 | 211.91 | 0.24 | 0.39 |
| Hex | 4C | 62 | 7B | 26 | 14 | 0 | 34 | D4 | 18 | 27 |
| Octal | 114 | 142 | 173 | 46 | 24 | 0 | 64 | 324 | 30 | 47 |
| Binary | 1001100 | 1100010 | 1111011 | 100110 | 10100 | 0 | 110100 | 11010100 | 11000 | 100111 |
Color Harmonies of #4C627B
Complementary color
Monochromatic Colors of #4C627B
Black with #4C627B
Text Example
Text Example
White with #4C627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C627B; }
p { color: rgb(76,98,123); }
H1.HeaderClassName
{
color: #4C627B;
}
.AnyTagClassName
{
color: #4C627B;
}
</style>
background-color css
<style>
a { background-color: #4C627B; }
a { background-color: rgb(76,98,123); }
div.DivClassName
{
background-color: #4C627B;
}
.BgClassName
{
background-color: #4C627B;
}
</style>
border-color css
<style>
span { border-color: #4C627B; }
span { border-color: rgb(76,98,123); }
td.TdClassName
{
border-color: #4C627B;
}
.TagClassName
{
border-color: #4C627B;
}
</style>