Shades of Tuna #4D4E4F
Tints of Tuna #4D4E4F
RGB
CMYK
RGB Variations
Color information
#4D4E4F (or 0x4D4E4F) is known color: Tuna. HEX triplet: 4D, 4E and 4F. RGB value is (77,78,79). Sum of RGB (Red+Green+Blue) = 77+78+79=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D4E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4E4F is #B2B1B0. Grayscale: #4D4D4D. Windows color (decimal): -11710897 or 5197389. OLE color: 5197389.
HSL color Cylindrical-coordinate representation of color #4D4E4F: hue angle of 210º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #4D4E4F is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 77 | 78 | 79 | - |
CMYK | 0.03 | 0.01 | 0 | 0.69 |
HSL | 210º | 0.01% | 0.31% | - |
HSV(B) | 210º | 0.03% | 0.31% | - |
XYZ | 7.2 | 7.59 | 8.48 | - |
YUV | 77.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 78 | 79 | 0.03 | 0.01 | 0 | 0.69 | 210 | 0.01 | 0.31 |
Hex | 4D | 4E | 4F | 3 | 1 | 0 | 45 | D2 | 1 | 1F |
Octal | 115 | 116 | 117 | 3 | 1 | 0 | 105 | 322 | 1 | 37 |
Binary | 1001101 | 1001110 | 1001111 | 11 | 1 | 0 | 1000101 | 11010010 | 1 | 11111 |
Color Harmonies of #4D4E4F
Complementary color
Monochromatic Colors of #4D4E4F
Black with #4D4E4F
Text Example
Text Example
White with #4D4E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4E4F; }
p { color: rgb(77,78,79); }
H1.HeaderClassName
{
color: #4D4E4F;
}
.AnyTagClassName
{
color: #4D4E4F;
}
</style>
background-color css
<style>
a { background-color: #4D4E4F; }
a { background-color: rgb(77,78,79); }
div.DivClassName
{
background-color: #4D4E4F;
}
.BgClassName
{
background-color: #4D4E4F;
}
</style>
border-color css
<style>
span { border-color: #4D4E4F; }
span { border-color: rgb(77,78,79); }
td.TdClassName
{
border-color: #4D4E4F;
}
.TagClassName
{
border-color: #4D4E4F;
}
</style>