Shades of Tuna #454954
Tints of Tuna #454954
RGB
CMYK
RGB Variations
Color information
#454954 (or 0x454954) is known color: Tuna. HEX triplet: 45, 49 and 54. RGB value is (69,73,84). Sum of RGB (Red+Green+Blue) = 69+73+84=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #454954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454954 is #BAB6AB. Grayscale: #494949. Windows color (decimal): -12236460 or 5523781. OLE color: 5523781.
HSL color Cylindrical-coordinate representation of color #454954: hue angle of 224º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #454954 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 73 | 84 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.67 |
| HSL | 224º | 0.1% | 0.3% | - |
| HSV(B) | 224º | 0.18% | 0.33% | - |
| XYZ | 6.44 | 6.67 | 9.34 | - |
| YUV | 73.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 84 | 0.18 | 0.13 | 0 | 0.67 | 224 | 0.1 | 0.3 |
| Hex | 45 | 49 | 54 | 12 | D | 0 | 43 | E0 | A | 1E |
| Octal | 105 | 111 | 124 | 22 | 15 | 0 | 103 | 340 | 12 | 36 |
| Binary | 1000101 | 1001001 | 1010100 | 10010 | 1101 | 0 | 1000011 | 11100000 | 1010 | 11110 |
Color Harmonies of #454954
Complementary color
Monochromatic Colors of #454954
Black with #454954
Text Example
Text Example
White with #454954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454954; }
p { color: rgb(69,73,84); }
H1.HeaderClassName
{
color: #454954;
}
.AnyTagClassName
{
color: #454954;
}
</style>
background-color css
<style>
a { background-color: #454954; }
a { background-color: rgb(69,73,84); }
div.DivClassName
{
background-color: #454954;
}
.BgClassName
{
background-color: #454954;
}
</style>
border-color css
<style>
span { border-color: #454954; }
span { border-color: rgb(69,73,84); }
td.TdClassName
{
border-color: #454954;
}
.TagClassName
{
border-color: #454954;
}
</style>