Shades of Tuna #4D4E52
Tints of Tuna #4D4E52
RGB
CMYK
RGB Variations
Color information
#4D4E52 (or 0x4D4E52) is known color: Tuna. HEX triplet: 4D, 4E and 52. RGB value is (77,78,82). Sum of RGB (Red+Green+Blue) = 77+78+82=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D4E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4E52 is #B2B1AD. Grayscale: #4E4E4E. Windows color (decimal): -11710894 or 5393997. OLE color: 5393997.
HSL color Cylindrical-coordinate representation of color #4D4E52: hue angle of 228º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4D4E52 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 77 | 78 | 82 | - |
CMYK | 0.06 | 0.05 | 0 | 0.68 |
HSL | 228º | 0.03% | 0.31% | - |
HSV(B) | 228º | 0.06% | 0.32% | - |
XYZ | 7.31 | 7.64 | 9.07 | - |
YUV | 78.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 78 | 82 | 0.06 | 0.05 | 0 | 0.68 | 228 | 0.03 | 0.31 |
Hex | 4D | 4E | 52 | 6 | 5 | 0 | 44 | E4 | 3 | 1F |
Octal | 115 | 116 | 122 | 6 | 5 | 0 | 104 | 344 | 3 | 37 |
Binary | 1001101 | 1001110 | 1010010 | 110 | 101 | 0 | 1000100 | 11100100 | 11 | 11111 |
Color Harmonies of #4D4E52
Complementary color
Monochromatic Colors of #4D4E52
Black with #4D4E52
Text Example
Text Example
White with #4D4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4E52; }
p { color: rgb(77,78,82); }
H1.HeaderClassName
{
color: #4D4E52;
}
.AnyTagClassName
{
color: #4D4E52;
}
</style>
background-color css
<style>
a { background-color: #4D4E52; }
a { background-color: rgb(77,78,82); }
div.DivClassName
{
background-color: #4D4E52;
}
.BgClassName
{
background-color: #4D4E52;
}
</style>
border-color css
<style>
span { border-color: #4D4E52; }
span { border-color: rgb(77,78,82); }
td.TdClassName
{
border-color: #4D4E52;
}
.TagClassName
{
border-color: #4D4E52;
}
</style>