Shades of Tuna #484F58
Tints of Tuna #484F58
RGB
CMYK
RGB Variations
Color information
#484F58 (or 0x484F58) is known color: Tuna. HEX triplet: 48, 4F and 58. RGB value is (72,79,88). Sum of RGB (Red+Green+Blue) = 72+79+88=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #484F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F58 is #B7B0A7. Grayscale: #4D4D4D. Windows color (decimal): -12038312 or 5787464. OLE color: 5787464.
HSL color Cylindrical-coordinate representation of color #484F58: hue angle of 213.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484F58 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 79 | 88 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.65 |
| HSL | 213.75º | 0.1% | 0.31% | - |
| HSV(B) | 213.75º | 0.18% | 0.35% | - |
| XYZ | 7.23 | 7.67 | 10.33 | - |
| YUV | 77.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 88 | 0.18 | 0.10 | 0 | 0.65 | 213.75 | 0.1 | 0.31 |
| Hex | 48 | 4F | 58 | 12 | A | 0 | 41 | D6 | A | 1F |
| Octal | 110 | 117 | 130 | 22 | 12 | 0 | 101 | 326 | 12 | 37 |
| Binary | 1001000 | 1001111 | 1011000 | 10010 | 1010 | 0 | 1000001 | 11010110 | 1010 | 11111 |
Color Harmonies of #484F58
Complementary color
Monochromatic Colors of #484F58
Black with #484F58
Text Example
Text Example
White with #484F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F58; }
p { color: rgb(72,79,88); }
H1.HeaderClassName
{
color: #484F58;
}
.AnyTagClassName
{
color: #484F58;
}
</style>
background-color css
<style>
a { background-color: #484F58; }
a { background-color: rgb(72,79,88); }
div.DivClassName
{
background-color: #484F58;
}
.BgClassName
{
background-color: #484F58;
}
</style>
border-color css
<style>
span { border-color: #484F58; }
span { border-color: rgb(72,79,88); }
td.TdClassName
{
border-color: #484F58;
}
.TagClassName
{
border-color: #484F58;
}
</style>