Shades of Tuna #4A4C52
Tints of Tuna #4A4C52
RGB
CMYK
RGB Variations
Color information
#4A4C52 (or 0x4A4C52) is known color: Tuna. HEX triplet: 4A, 4C and 52. RGB value is (74,76,82). Sum of RGB (Red+Green+Blue) = 74+76+82=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A4C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4C52 is #B5B3AD. Grayscale: #4C4C4C. Windows color (decimal): -11908014 or 5393482. OLE color: 5393482.
HSL color Cylindrical-coordinate representation of color #4A4C52: hue angle of 225º 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 #4A4C52 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 76 | 82 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.68 |
| HSL | 225º | 0.05% | 0.31% | - |
| HSV(B) | 225º | 0.1% | 0.32% | - |
| XYZ | 6.93 | 7.23 | 9.01 | - |
| YUV | 76.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 82 | 0.10 | 0.07 | 0 | 0.68 | 225 | 0.05 | 0.31 |
| Hex | 4A | 4C | 52 | A | 7 | 0 | 44 | E1 | 5 | 1F |
| Octal | 112 | 114 | 122 | 12 | 7 | 0 | 104 | 341 | 5 | 37 |
| Binary | 1001010 | 1001100 | 1010010 | 1010 | 111 | 0 | 1000100 | 11100001 | 101 | 11111 |
Color Harmonies of #4A4C52
Complementary color
Monochromatic Colors of #4A4C52
Black with #4A4C52
Text Example
Text Example
White with #4A4C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4C52; }
p { color: rgb(74,76,82); }
H1.HeaderClassName
{
color: #4A4C52;
}
.AnyTagClassName
{
color: #4A4C52;
}
</style>
background-color css
<style>
a { background-color: #4A4C52; }
a { background-color: rgb(74,76,82); }
div.DivClassName
{
background-color: #4A4C52;
}
.BgClassName
{
background-color: #4A4C52;
}
</style>
border-color css
<style>
span { border-color: #4A4C52; }
span { border-color: rgb(74,76,82); }
td.TdClassName
{
border-color: #4A4C52;
}
.TagClassName
{
border-color: #4A4C52;
}
</style>