Shades of Tuna #4C4F55
Tints of Tuna #4C4F55
RGB
CMYK
RGB Variations
Color information
#4C4F55 (or 0x4C4F55) is known color: Tuna. HEX triplet: 4C, 4F and 55. RGB value is (76,79,85). Sum of RGB (Red+Green+Blue) = 76+79+85=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C4F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4F55 is #B3B0AA. Grayscale: #4E4E4E. Windows color (decimal): -11776171 or 5590860. OLE color: 5590860.
HSL color Cylindrical-coordinate representation of color #4C4F55: hue angle of 220º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4F55 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 79 | 85 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.67 |
| HSL | 220º | 0.06% | 0.32% | - |
| HSV(B) | 220º | 0.11% | 0.33% | - |
| XYZ | 7.42 | 7.78 | 9.71 | - |
| YUV | 78.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 85 | 0.11 | 0.07 | 0 | 0.67 | 220 | 0.06 | 0.32 |
| Hex | 4C | 4F | 55 | B | 7 | 0 | 43 | DC | 6 | 20 |
| Octal | 114 | 117 | 125 | 13 | 7 | 0 | 103 | 334 | 6 | 40 |
| Binary | 1001100 | 1001111 | 1010101 | 1011 | 111 | 0 | 1000011 | 11011100 | 110 | 100000 |
Color Harmonies of #4C4F55
Complementary color
Monochromatic Colors of #4C4F55
Black with #4C4F55
Text Example
Text Example
White with #4C4F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F55; }
p { color: rgb(76,79,85); }
H1.HeaderClassName
{
color: #4C4F55;
}
.AnyTagClassName
{
color: #4C4F55;
}
</style>
background-color css
<style>
a { background-color: #4C4F55; }
a { background-color: rgb(76,79,85); }
div.DivClassName
{
background-color: #4C4F55;
}
.BgClassName
{
background-color: #4C4F55;
}
</style>
border-color css
<style>
span { border-color: #4C4F55; }
span { border-color: rgb(76,79,85); }
td.TdClassName
{
border-color: #4C4F55;
}
.TagClassName
{
border-color: #4C4F55;
}
</style>