Shades of Charade #3B474A
Tints of Charade #3B474A
RGB
CMYK
RGB Variations
Color information
#3B474A (or 0x3B474A) is known color: Charade. HEX triplet: 3B, 47 and 4A. RGB value is (59,71,74). Sum of RGB (Red+Green+Blue) = 59+71+74=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 71 (28.12% from 255 or 34.80% 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 #3B474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B474A is #C4B8B5. Grayscale: #434343. Windows color (decimal): -12892342 or 4867899. OLE color: 4867899.
HSL color Cylindrical-coordinate representation of color #3B474A: hue angle of 192º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B474A is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 71 | 74 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.71 |
| HSL | 192º | 0.11% | 0.26% | - |
| HSV(B) | 192º | 0.2% | 0.29% | - |
| XYZ | 5.29 | 5.93 | 7.34 | - |
| YUV | 67.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 74 | 0.20 | 0.04 | 0 | 0.71 | 192 | 0.11 | 0.26 |
| Hex | 3B | 47 | 4A | 14 | 4 | 0 | 47 | C0 | B | 1A |
| Octal | 73 | 107 | 112 | 24 | 4 | 0 | 107 | 300 | 13 | 32 |
| Binary | 111011 | 1000111 | 1001010 | 10100 | 100 | 0 | 1000111 | 11000000 | 1011 | 11010 |
Color Harmonies of #3B474A
Complementary color
Monochromatic Colors of #3B474A
Black with #3B474A
Text Example
Text Example
White with #3B474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B474A; }
p { color: rgb(59,71,74); }
H1.HeaderClassName
{
color: #3B474A;
}
.AnyTagClassName
{
color: #3B474A;
}
</style>
background-color css
<style>
a { background-color: #3B474A; }
a { background-color: rgb(59,71,74); }
div.DivClassName
{
background-color: #3B474A;
}
.BgClassName
{
background-color: #3B474A;
}
</style>
border-color css
<style>
span { border-color: #3B474A; }
span { border-color: rgb(59,71,74); }
td.TdClassName
{
border-color: #3B474A;
}
.TagClassName
{
border-color: #3B474A;
}
</style>