Shades of Tuna #4D5258
Tints of Tuna #4D5258
RGB
CMYK
RGB Variations
Color information
#4D5258 (or 0x4D5258) is known color: Tuna. HEX triplet: 4D, 52 and 58. RGB value is (77,82,88). Sum of RGB (Red+Green+Blue) = 77+82+88=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D5258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5258 is #B2ADA7. Grayscale: #515151. Windows color (decimal): -11709864 or 5788237. OLE color: 5788237.
HSL color Cylindrical-coordinate representation of color #4D5258: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5258 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 82 | 88 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.65 |
| HSL | 212.73º | 0.07% | 0.32% | - |
| HSV(B) | 212.73º | 0.13% | 0.35% | - |
| XYZ | 7.84 | 8.32 | 10.42 | - |
| YUV | 81.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 88 | 0.12 | 0.07 | 0 | 0.65 | 212.73 | 0.07 | 0.32 |
| Hex | 4D | 52 | 58 | C | 7 | 0 | 41 | D5 | 7 | 20 |
| Octal | 115 | 122 | 130 | 14 | 7 | 0 | 101 | 325 | 7 | 40 |
| Binary | 1001101 | 1010010 | 1011000 | 1100 | 111 | 0 | 1000001 | 11010101 | 111 | 100000 |
Color Harmonies of #4D5258
Complementary color
Monochromatic Colors of #4D5258
Black with #4D5258
Text Example
Text Example
White with #4D5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5258; }
p { color: rgb(77,82,88); }
H1.HeaderClassName
{
color: #4D5258;
}
.AnyTagClassName
{
color: #4D5258;
}
</style>
background-color css
<style>
a { background-color: #4D5258; }
a { background-color: rgb(77,82,88); }
div.DivClassName
{
background-color: #4D5258;
}
.BgClassName
{
background-color: #4D5258;
}
</style>
border-color css
<style>
span { border-color: #4D5258; }
span { border-color: rgb(77,82,88); }
td.TdClassName
{
border-color: #4D5258;
}
.TagClassName
{
border-color: #4D5258;
}
</style>