Shades of Charade #3C464A
Tints of Charade #3C464A
RGB
CMYK
RGB Variations
Color information
#3C464A (or 0x3C464A) is known color: Charade. HEX triplet: 3C, 46 and 4A. RGB value is (60,70,74). Sum of RGB (Red+Green+Blue) = 60+70+74=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C464A is #C3B9B5. Grayscale: #434343. Windows color (decimal): -12827062 or 4867644. OLE color: 4867644.
HSL color Cylindrical-coordinate representation of color #3C464A: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3C464A is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 70 | 74 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.71 |
| HSL | 197.14º | 0.1% | 0.26% | - |
| HSV(B) | 197.14º | 0.19% | 0.29% | - |
| XYZ | 5.29 | 5.84 | 7.33 | - |
| YUV | 67.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 74 | 0.19 | 0.05 | 0 | 0.71 | 197.14 | 0.1 | 0.26 |
| Hex | 3C | 46 | 4A | 13 | 5 | 0 | 47 | C5 | A | 1A |
| Octal | 74 | 106 | 112 | 23 | 5 | 0 | 107 | 305 | 12 | 32 |
| Binary | 111100 | 1000110 | 1001010 | 10011 | 101 | 0 | 1000111 | 11000101 | 1010 | 11010 |
Color Harmonies of #3C464A
Complementary color
Monochromatic Colors of #3C464A
Black with #3C464A
Text Example
Text Example
White with #3C464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C464A; }
p { color: rgb(60,70,74); }
H1.HeaderClassName
{
color: #3C464A;
}
.AnyTagClassName
{
color: #3C464A;
}
</style>
background-color css
<style>
a { background-color: #3C464A; }
a { background-color: rgb(60,70,74); }
div.DivClassName
{
background-color: #3C464A;
}
.BgClassName
{
background-color: #3C464A;
}
</style>
border-color css
<style>
span { border-color: #3C464A; }
span { border-color: rgb(60,70,74); }
td.TdClassName
{
border-color: #3C464A;
}
.TagClassName
{
border-color: #3C464A;
}
</style>