Shades of Tuna #484F5C
Tints of Tuna #484F5C
RGB
CMYK
RGB Variations
Color information
#484F5C (or 0x484F5C) is known color: Tuna. HEX triplet: 48, 4F and 5C. RGB value is (72,79,92). Sum of RGB (Red+Green+Blue) = 72+79+92=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #484F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F5C is #B7B0A3. Grayscale: #4E4E4E. Windows color (decimal): -12038308 or 6049608. OLE color: 6049608.
HSL color Cylindrical-coordinate representation of color #484F5C: hue angle of 219º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484F5C is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 79 | 92 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.64 |
| HSL | 219º | 0.12% | 0.32% | - |
| HSV(B) | 219º | 0.22% | 0.36% | - |
| XYZ | 7.4 | 7.74 | 11.23 | - |
| YUV | 78.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 92 | 0.22 | 0.14 | 0 | 0.64 | 219 | 0.12 | 0.32 |
| Hex | 48 | 4F | 5C | 16 | E | 0 | 40 | DB | C | 20 |
| Octal | 110 | 117 | 134 | 26 | 16 | 0 | 100 | 333 | 14 | 40 |
| Binary | 1001000 | 1001111 | 1011100 | 10110 | 1110 | 0 | 1000000 | 11011011 | 1100 | 100000 |
Color Harmonies of #484F5C
Complementary color
Monochromatic Colors of #484F5C
Black with #484F5C
Text Example
Text Example
White with #484F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F5C; }
p { color: rgb(72,79,92); }
H1.HeaderClassName
{
color: #484F5C;
}
.AnyTagClassName
{
color: #484F5C;
}
</style>
background-color css
<style>
a { background-color: #484F5C; }
a { background-color: rgb(72,79,92); }
div.DivClassName
{
background-color: #484F5C;
}
.BgClassName
{
background-color: #484F5C;
}
</style>
border-color css
<style>
span { border-color: #484F5C; }
span { border-color: rgb(72,79,92); }
td.TdClassName
{
border-color: #484F5C;
}
.TagClassName
{
border-color: #484F5C;
}
</style>