Shades of Tuna #4A4C53
Tints of Tuna #4A4C53
RGB
CMYK
RGB Variations
Color information
#4A4C53 (or 0x4A4C53) is known color: Tuna. HEX triplet: 4A, 4C and 53. RGB value is (74,76,83). Sum of RGB (Red+Green+Blue) = 74+76+83=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A4C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4C53 is #B5B3AC. Grayscale: #4C4C4C. Windows color (decimal): -11908013 or 5459018. OLE color: 5459018.
HSL color Cylindrical-coordinate representation of color #4A4C53: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4A4C53 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 76 | 83 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.67 |
| HSL | 226.67º | 0.06% | 0.31% | - |
| HSV(B) | 226.67º | 0.11% | 0.33% | - |
| XYZ | 6.97 | 7.25 | 9.22 | - |
| YUV | 76.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 83 | 0.11 | 0.08 | 0 | 0.67 | 226.67 | 0.06 | 0.31 |
| Hex | 4A | 4C | 53 | B | 8 | 0 | 43 | E3 | 6 | 1F |
| Octal | 112 | 114 | 123 | 13 | 10 | 0 | 103 | 343 | 6 | 37 |
| Binary | 1001010 | 1001100 | 1010011 | 1011 | 1000 | 0 | 1000011 | 11100011 | 110 | 11111 |
Color Harmonies of #4A4C53
Complementary color
Monochromatic Colors of #4A4C53
Black with #4A4C53
Text Example
Text Example
White with #4A4C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4C53; }
p { color: rgb(74,76,83); }
H1.HeaderClassName
{
color: #4A4C53;
}
.AnyTagClassName
{
color: #4A4C53;
}
</style>
background-color css
<style>
a { background-color: #4A4C53; }
a { background-color: rgb(74,76,83); }
div.DivClassName
{
background-color: #4A4C53;
}
.BgClassName
{
background-color: #4A4C53;
}
</style>
border-color css
<style>
span { border-color: #4A4C53; }
span { border-color: rgb(74,76,83); }
td.TdClassName
{
border-color: #4A4C53;
}
.TagClassName
{
border-color: #4A4C53;
}
</style>