Shades of Tuna #4B5159
Tints of Tuna #4B5159
RGB
CMYK
RGB Variations
Color information
#4B5159 (or 0x4B5159) is known color: Tuna. HEX triplet: 4B, 51 and 59. RGB value is (75,81,89). Sum of RGB (Red+Green+Blue) = 75+81+89=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B5159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5159 is #B4AEA6. Grayscale: #505050. Windows color (decimal): -11841191 or 5853515. OLE color: 5853515.
HSL color Cylindrical-coordinate representation of color #4B5159: hue angle of 214.29º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5159 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 81 | 89 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.65 |
| HSL | 214.29º | 0.09% | 0.32% | - |
| HSV(B) | 214.29º | 0.16% | 0.35% | - |
| XYZ | 7.65 | 8.1 | 10.61 | - |
| YUV | 80.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 89 | 0.16 | 0.09 | 0 | 0.65 | 214.29 | 0.09 | 0.32 |
| Hex | 4B | 51 | 59 | 10 | 9 | 0 | 41 | D6 | 9 | 20 |
| Octal | 113 | 121 | 131 | 20 | 11 | 0 | 101 | 326 | 11 | 40 |
| Binary | 1001011 | 1010001 | 1011001 | 10000 | 1001 | 0 | 1000001 | 11010110 | 1001 | 100000 |
Color Harmonies of #4B5159
Complementary color
Monochromatic Colors of #4B5159
Black with #4B5159
Text Example
Text Example
White with #4B5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5159; }
p { color: rgb(75,81,89); }
H1.HeaderClassName
{
color: #4B5159;
}
.AnyTagClassName
{
color: #4B5159;
}
</style>
background-color css
<style>
a { background-color: #4B5159; }
a { background-color: rgb(75,81,89); }
div.DivClassName
{
background-color: #4B5159;
}
.BgClassName
{
background-color: #4B5159;
}
</style>
border-color css
<style>
span { border-color: #4B5159; }
span { border-color: rgb(75,81,89); }
td.TdClassName
{
border-color: #4B5159;
}
.TagClassName
{
border-color: #4B5159;
}
</style>