Shades of Tuna #4A4E52
Tints of Tuna #4A4E52
RGB
CMYK
RGB Variations
Color information
#4A4E52 (or 0x4A4E52) is known color: Tuna. HEX triplet: 4A, 4E and 52. RGB value is (74,78,82). Sum of RGB (Red+Green+Blue) = 74+78+82=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4E52 is #B5B1AD. Grayscale: #4D4D4D. Windows color (decimal): -11907502 or 5393994. OLE color: 5393994.
HSL color Cylindrical-coordinate representation of color #4A4E52: hue angle of 210º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4A4E52 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 78 | 82 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.68 |
| HSL | 210º | 0.05% | 0.31% | - |
| HSV(B) | 210º | 0.1% | 0.32% | - |
| XYZ | 7.07 | 7.51 | 9.06 | - |
| YUV | 77.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 82 | 0.10 | 0.05 | 0 | 0.68 | 210 | 0.05 | 0.31 |
| Hex | 4A | 4E | 52 | A | 5 | 0 | 44 | D2 | 5 | 1F |
| Octal | 112 | 116 | 122 | 12 | 5 | 0 | 104 | 322 | 5 | 37 |
| Binary | 1001010 | 1001110 | 1010010 | 1010 | 101 | 0 | 1000100 | 11010010 | 101 | 11111 |
Color Harmonies of #4A4E52
Complementary color
Monochromatic Colors of #4A4E52
Black with #4A4E52
Text Example
Text Example
White with #4A4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4E52; }
p { color: rgb(74,78,82); }
H1.HeaderClassName
{
color: #4A4E52;
}
.AnyTagClassName
{
color: #4A4E52;
}
</style>
background-color css
<style>
a { background-color: #4A4E52; }
a { background-color: rgb(74,78,82); }
div.DivClassName
{
background-color: #4A4E52;
}
.BgClassName
{
background-color: #4A4E52;
}
</style>
border-color css
<style>
span { border-color: #4A4E52; }
span { border-color: rgb(74,78,82); }
td.TdClassName
{
border-color: #4A4E52;
}
.TagClassName
{
border-color: #4A4E52;
}
</style>