Shades of Tuna #4E5154
Tints of Tuna #4E5154
RGB
CMYK
RGB Variations
Color information
#4E5154 (or 0x4E5154) is known color: Tuna. HEX triplet: 4E, 51 and 54. RGB value is (78,81,84). Sum of RGB (Red+Green+Blue) = 78+81+84=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E5154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5154 is #B1AEAB. Grayscale: #505050. Windows color (decimal): -11644588 or 5525838. OLE color: 5525838.
HSL color Cylindrical-coordinate representation of color #4E5154: hue angle of 210º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4E5154 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 81 | 84 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.67 |
| HSL | 210º | 0.04% | 0.32% | - |
| HSV(B) | 210º | 0.07% | 0.33% | - |
| XYZ | 7.68 | 8.14 | 9.55 | - |
| YUV | 80.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 84 | 0.07 | 0.04 | 0 | 0.67 | 210 | 0.04 | 0.32 |
| Hex | 4E | 51 | 54 | 7 | 4 | 0 | 43 | D2 | 4 | 20 |
| Octal | 116 | 121 | 124 | 7 | 4 | 0 | 103 | 322 | 4 | 40 |
| Binary | 1001110 | 1010001 | 1010100 | 111 | 100 | 0 | 1000011 | 11010010 | 100 | 100000 |
Color Harmonies of #4E5154
Complementary color
Monochromatic Colors of #4E5154
Black with #4E5154
Text Example
Text Example
White with #4E5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5154; }
p { color: rgb(78,81,84); }
H1.HeaderClassName
{
color: #4E5154;
}
.AnyTagClassName
{
color: #4E5154;
}
</style>
background-color css
<style>
a { background-color: #4E5154; }
a { background-color: rgb(78,81,84); }
div.DivClassName
{
background-color: #4E5154;
}
.BgClassName
{
background-color: #4E5154;
}
</style>
border-color css
<style>
span { border-color: #4E5154; }
span { border-color: rgb(78,81,84); }
td.TdClassName
{
border-color: #4E5154;
}
.TagClassName
{
border-color: #4E5154;
}
</style>