Shades of Charade #37474A
Tints of Charade #37474A
RGB
CMYK
RGB Variations
Color information
#37474A (or 0x37474A) is known color: Charade. HEX triplet: 37, 47 and 4A. RGB value is (55,71,74). Sum of RGB (Red+Green+Blue) = 55+71+74=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 74 - color contains mainly: blue. Hex color #37474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37474A is #C8B8B5. Grayscale: #424242. Windows color (decimal): -13154486 or 4867895. OLE color: 4867895.
HSL color Cylindrical-coordinate representation of color #37474A: hue angle of 189.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #37474A is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 71 | 74 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.71 |
| HSL | 189.47º | 0.15% | 0.25% | - |
| HSV(B) | 189.47º | 0.26% | 0.29% | - |
| XYZ | 5.06 | 5.81 | 7.33 | - |
| YUV | 66.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 74 | 0.26 | 0.04 | 0 | 0.71 | 189.47 | 0.15 | 0.25 |
| Hex | 37 | 47 | 4A | 1A | 4 | 0 | 47 | BD | F | 19 |
| Octal | 67 | 107 | 112 | 32 | 4 | 0 | 107 | 275 | 17 | 31 |
| Binary | 110111 | 1000111 | 1001010 | 11010 | 100 | 0 | 1000111 | 10111101 | 1111 | 11001 |
Color Harmonies of #37474A
Complementary color
Monochromatic Colors of #37474A
Black with #37474A
Text Example
Text Example
White with #37474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37474A; }
p { color: rgb(55,71,74); }
H1.HeaderClassName
{
color: #37474A;
}
.AnyTagClassName
{
color: #37474A;
}
</style>
background-color css
<style>
a { background-color: #37474A; }
a { background-color: rgb(55,71,74); }
div.DivClassName
{
background-color: #37474A;
}
.BgClassName
{
background-color: #37474A;
}
</style>
border-color css
<style>
span { border-color: #37474A; }
span { border-color: rgb(55,71,74); }
td.TdClassName
{
border-color: #37474A;
}
.TagClassName
{
border-color: #37474A;
}
</style>