Shades of Tuna #4D5155
Tints of Tuna #4D5155
RGB
CMYK
RGB Variations
Color information
#4D5155 (or 0x4D5155) is known color: Tuna. HEX triplet: 4D, 51 and 55. RGB value is (77,81,85). Sum of RGB (Red+Green+Blue) = 77+81+85=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D5155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5155 is #B2AEAA. Grayscale: #505050. Windows color (decimal): -11710123 or 5591373. OLE color: 5591373.
HSL color Cylindrical-coordinate representation of color #4D5155: hue angle of 210º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D5155 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 77 | 81 | 85 | - |
CMYK | 0.09 | 0.05 | 0 | 0.67 |
HSL | 210º | 0.05% | 0.32% | - |
HSV(B) | 210º | 0.09% | 0.33% | - |
XYZ | 7.64 | 8.12 | 9.76 | - |
YUV | 80.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 81 | 85 | 0.09 | 0.05 | 0 | 0.67 | 210 | 0.05 | 0.32 |
Hex | 4D | 51 | 55 | 9 | 5 | 0 | 43 | D2 | 5 | 20 |
Octal | 115 | 121 | 125 | 11 | 5 | 0 | 103 | 322 | 5 | 40 |
Binary | 1001101 | 1010001 | 1010101 | 1001 | 101 | 0 | 1000011 | 11010010 | 101 | 100000 |
Color Harmonies of #4D5155
Complementary color
Monochromatic Colors of #4D5155
Black with #4D5155
Text Example
Text Example
White with #4D5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5155; }
p { color: rgb(77,81,85); }
H1.HeaderClassName
{
color: #4D5155;
}
.AnyTagClassName
{
color: #4D5155;
}
</style>
background-color css
<style>
a { background-color: #4D5155; }
a { background-color: rgb(77,81,85); }
div.DivClassName
{
background-color: #4D5155;
}
.BgClassName
{
background-color: #4D5155;
}
</style>
border-color css
<style>
span { border-color: #4D5155; }
span { border-color: rgb(77,81,85); }
td.TdClassName
{
border-color: #4D5155;
}
.TagClassName
{
border-color: #4D5155;
}
</style>