Shades of Tuna #4A4B4C
Tints of Tuna #4A4B4C
RGB
CMYK
RGB Variations
Color information
#4A4B4C (or 0x4A4B4C) is known color: Tuna. HEX triplet: 4A, 4B and 4C. RGB value is (74,75,76). Sum of RGB (Red+Green+Blue) = 74+75+76=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A4B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B4C is #B5B4B3. Grayscale: #4A4A4A. Windows color (decimal): -11908276 or 5000010. OLE color: 5000010.
HSL color Cylindrical-coordinate representation of color #4A4B4C: hue angle of 210º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #4A4B4C is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 75 | 76 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.70 |
| HSL | 210º | 0.01% | 0.29% | - |
| HSV(B) | 210º | 0.03% | 0.3% | - |
| XYZ | 6.64 | 7.01 | 7.84 | - |
| YUV | 74.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 76 | 0.03 | 0.01 | 0 | 0.70 | 210 | 0.01 | 0.29 |
| Hex | 4A | 4B | 4C | 3 | 1 | 0 | 46 | D2 | 1 | 1D |
| Octal | 112 | 113 | 114 | 3 | 1 | 0 | 106 | 322 | 1 | 35 |
| Binary | 1001010 | 1001011 | 1001100 | 11 | 1 | 0 | 1000110 | 11010010 | 1 | 11101 |
Color Harmonies of #4A4B4C
Complementary color
Monochromatic Colors of #4A4B4C
Black with #4A4B4C
Text Example
Text Example
White with #4A4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B4C; }
p { color: rgb(74,75,76); }
H1.HeaderClassName
{
color: #4A4B4C;
}
.AnyTagClassName
{
color: #4A4B4C;
}
</style>
background-color css
<style>
a { background-color: #4A4B4C; }
a { background-color: rgb(74,75,76); }
div.DivClassName
{
background-color: #4A4B4C;
}
.BgClassName
{
background-color: #4A4B4C;
}
</style>
border-color css
<style>
span { border-color: #4A4B4C; }
span { border-color: rgb(74,75,76); }
td.TdClassName
{
border-color: #4A4B4C;
}
.TagClassName
{
border-color: #4A4B4C;
}
</style>