Shades of Tuna #454A52
Tints of Tuna #454A52
RGB
CMYK
RGB Variations
Color information
#454A52 (or 0x454A52) is known color: Tuna. HEX triplet: 45, 4A and 52. RGB value is (69,74,82). Sum of RGB (Red+Green+Blue) = 69+74+82=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #454A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A52 is #BAB5AD. Grayscale: #494949. Windows color (decimal): -12236206 or 5392965. OLE color: 5392965.
HSL color Cylindrical-coordinate representation of color #454A52: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #454A52 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 74 | 82 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.68 |
| HSL | 216.92º | 0.09% | 0.3% | - |
| HSV(B) | 216.92º | 0.16% | 0.32% | - |
| XYZ | 6.43 | 6.77 | 8.95 | - |
| YUV | 73.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 82 | 0.16 | 0.10 | 0 | 0.68 | 216.92 | 0.09 | 0.3 |
| Hex | 45 | 4A | 52 | 10 | A | 0 | 44 | D9 | 9 | 1E |
| Octal | 105 | 112 | 122 | 20 | 12 | 0 | 104 | 331 | 11 | 36 |
| Binary | 1000101 | 1001010 | 1010010 | 10000 | 1010 | 0 | 1000100 | 11011001 | 1001 | 11110 |
Color Harmonies of #454A52
Complementary color
Monochromatic Colors of #454A52
Black with #454A52
Text Example
Text Example
White with #454A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A52; }
p { color: rgb(69,74,82); }
H1.HeaderClassName
{
color: #454A52;
}
.AnyTagClassName
{
color: #454A52;
}
</style>
background-color css
<style>
a { background-color: #454A52; }
a { background-color: rgb(69,74,82); }
div.DivClassName
{
background-color: #454A52;
}
.BgClassName
{
background-color: #454A52;
}
</style>
border-color css
<style>
span { border-color: #454A52; }
span { border-color: rgb(69,74,82); }
td.TdClassName
{
border-color: #454A52;
}
.TagClassName
{
border-color: #454A52;
}
</style>