Shades of Tuna #45484D
Tints of Tuna #45484D
RGB
CMYK
RGB Variations
Color information
#45484D (or 0x45484D) is known color: Tuna. HEX triplet: 45, 48 and 4D. RGB value is (69,72,77). Sum of RGB (Red+Green+Blue) = 69+72+77=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #45484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45484D is #BAB7B2. Grayscale: #474747. Windows color (decimal): -12236723 or 5064773. OLE color: 5064773.
HSL color Cylindrical-coordinate representation of color #45484D: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #45484D is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 72 | 77 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.70 |
| HSL | 217.5º | 0.05% | 0.29% | - |
| HSV(B) | 217.5º | 0.1% | 0.3% | - |
| XYZ | 6.11 | 6.44 | 7.94 | - |
| YUV | 71.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 77 | 0.10 | 0.06 | 0 | 0.70 | 217.5 | 0.05 | 0.29 |
| Hex | 45 | 48 | 4D | A | 6 | 0 | 46 | DA | 5 | 1D |
| Octal | 105 | 110 | 115 | 12 | 6 | 0 | 106 | 332 | 5 | 35 |
| Binary | 1000101 | 1001000 | 1001101 | 1010 | 110 | 0 | 1000110 | 11011010 | 101 | 11101 |
Color Harmonies of #45484D
Complementary color
Monochromatic Colors of #45484D
Black with #45484D
Text Example
Text Example
White with #45484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45484D; }
p { color: rgb(69,72,77); }
H1.HeaderClassName
{
color: #45484D;
}
.AnyTagClassName
{
color: #45484D;
}
</style>
background-color css
<style>
a { background-color: #45484D; }
a { background-color: rgb(69,72,77); }
div.DivClassName
{
background-color: #45484D;
}
.BgClassName
{
background-color: #45484D;
}
</style>
border-color css
<style>
span { border-color: #45484D; }
span { border-color: rgb(69,72,77); }
td.TdClassName
{
border-color: #45484D;
}
.TagClassName
{
border-color: #45484D;
}
</style>