Shades of Tuna #4B4E53
Tints of Tuna #4B4E53
RGB
CMYK
RGB Variations
Color information
#4B4E53 (or 0x4B4E53) is known color: Tuna. HEX triplet: 4B, 4E and 53. RGB value is (75,78,83). Sum of RGB (Red+Green+Blue) = 75+78+83=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4E53 is #B4B1AC. Grayscale: #4D4D4D. Windows color (decimal): -11841965 or 5459531. OLE color: 5459531.
HSL color Cylindrical-coordinate representation of color #4B4E53: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B4E53 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 78 | 83 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.67 |
| HSL | 217.5º | 0.05% | 0.31% | - |
| HSV(B) | 217.5º | 0.1% | 0.33% | - |
| XYZ | 7.19 | 7.57 | 9.27 | - |
| YUV | 77.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 83 | 0.10 | 0.06 | 0 | 0.67 | 217.5 | 0.05 | 0.31 |
| Hex | 4B | 4E | 53 | A | 6 | 0 | 43 | DA | 5 | 1F |
| Octal | 113 | 116 | 123 | 12 | 6 | 0 | 103 | 332 | 5 | 37 |
| Binary | 1001011 | 1001110 | 1010011 | 1010 | 110 | 0 | 1000011 | 11011010 | 101 | 11111 |
Color Harmonies of #4B4E53
Complementary color
Monochromatic Colors of #4B4E53
Black with #4B4E53
Text Example
Text Example
White with #4B4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4E53; }
p { color: rgb(75,78,83); }
H1.HeaderClassName
{
color: #4B4E53;
}
.AnyTagClassName
{
color: #4B4E53;
}
</style>
background-color css
<style>
a { background-color: #4B4E53; }
a { background-color: rgb(75,78,83); }
div.DivClassName
{
background-color: #4B4E53;
}
.BgClassName
{
background-color: #4B4E53;
}
</style>
border-color css
<style>
span { border-color: #4B4E53; }
span { border-color: rgb(75,78,83); }
td.TdClassName
{
border-color: #4B4E53;
}
.TagClassName
{
border-color: #4B4E53;
}
</style>