Shades of Tuna #4C4E52
Tints of Tuna #4C4E52
RGB
CMYK
RGB Variations
Color information
#4C4E52 (or 0x4C4E52) is known color: Tuna. HEX triplet: 4C, 4E and 52. RGB value is (76,78,82). Sum of RGB (Red+Green+Blue) = 76+78+82=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E52 is #B3B1AD. Grayscale: #4D4D4D. Windows color (decimal): -11776430 or 5393996. OLE color: 5393996.
HSL color Cylindrical-coordinate representation of color #4C4E52: hue angle of 220º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4C4E52 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 78 | 82 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.68 |
| HSL | 220º | 0.04% | 0.31% | - |
| HSV(B) | 220º | 0.07% | 0.32% | - |
| XYZ | 7.23 | 7.59 | 9.07 | - |
| YUV | 77.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 82 | 0.07 | 0.05 | 0 | 0.68 | 220 | 0.04 | 0.31 |
| Hex | 4C | 4E | 52 | 7 | 5 | 0 | 44 | DC | 4 | 1F |
| Octal | 114 | 116 | 122 | 7 | 5 | 0 | 104 | 334 | 4 | 37 |
| Binary | 1001100 | 1001110 | 1010010 | 111 | 101 | 0 | 1000100 | 11011100 | 100 | 11111 |
Color Harmonies of #4C4E52
Complementary color
Monochromatic Colors of #4C4E52
Black with #4C4E52
Text Example
Text Example
White with #4C4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E52; }
p { color: rgb(76,78,82); }
H1.HeaderClassName
{
color: #4C4E52;
}
.AnyTagClassName
{
color: #4C4E52;
}
</style>
background-color css
<style>
a { background-color: #4C4E52; }
a { background-color: rgb(76,78,82); }
div.DivClassName
{
background-color: #4C4E52;
}
.BgClassName
{
background-color: #4C4E52;
}
</style>
border-color css
<style>
span { border-color: #4C4E52; }
span { border-color: rgb(76,78,82); }
td.TdClassName
{
border-color: #4C4E52;
}
.TagClassName
{
border-color: #4C4E52;
}
</style>