Shades of Tuna #4A515B
Tints of Tuna #4A515B
RGB
CMYK
RGB Variations
Color information
#4A515B (or 0x4A515B) is known color: Tuna. HEX triplet: 4A, 51 and 5B. RGB value is (74,81,91). Sum of RGB (Red+Green+Blue) = 74+81+91=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A515B is #B5AEA4. Grayscale: #505050. Windows color (decimal): -11906725 or 5984586. OLE color: 5984586.
HSL color Cylindrical-coordinate representation of color #4A515B: hue angle of 215.29º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A515B is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 81 | 91 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.64 |
| HSL | 215.29º | 0.1% | 0.32% | - |
| HSV(B) | 215.29º | 0.19% | 0.36% | - |
| XYZ | 7.65 | 8.1 | 11.06 | - |
| YUV | 80.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 91 | 0.19 | 0.11 | 0 | 0.64 | 215.29 | 0.1 | 0.32 |
| Hex | 4A | 51 | 5B | 13 | B | 0 | 40 | D7 | A | 20 |
| Octal | 112 | 121 | 133 | 23 | 13 | 0 | 100 | 327 | 12 | 40 |
| Binary | 1001010 | 1010001 | 1011011 | 10011 | 1011 | 0 | 1000000 | 11010111 | 1010 | 100000 |
Color Harmonies of #4A515B
Complementary color
Monochromatic Colors of #4A515B
Black with #4A515B
Text Example
Text Example
White with #4A515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A515B; }
p { color: rgb(74,81,91); }
H1.HeaderClassName
{
color: #4A515B;
}
.AnyTagClassName
{
color: #4A515B;
}
</style>
background-color css
<style>
a { background-color: #4A515B; }
a { background-color: rgb(74,81,91); }
div.DivClassName
{
background-color: #4A515B;
}
.BgClassName
{
background-color: #4A515B;
}
</style>
border-color css
<style>
span { border-color: #4A515B; }
span { border-color: rgb(74,81,91); }
td.TdClassName
{
border-color: #4A515B;
}
.TagClassName
{
border-color: #4A515B;
}
</style>