Shades of Tuna #454A51
Tints of Tuna #454A51
RGB
CMYK
RGB Variations
Color information
#454A51 (or 0x454A51) is known color: Tuna. HEX triplet: 45, 4A and 51. RGB value is (69,74,81). Sum of RGB (Red+Green+Blue) = 69+74+81=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #454A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A51 is #BAB5AE. Grayscale: #494949. Windows color (decimal): -12236207 or 5327429. OLE color: 5327429.
HSL color Cylindrical-coordinate representation of color #454A51: hue angle of 215º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454A51 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 74 | 81 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.68 |
| HSL | 215º | 0.08% | 0.29% | - |
| HSV(B) | 215º | 0.15% | 0.32% | - |
| XYZ | 6.39 | 6.76 | 8.75 | - |
| YUV | 73.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 81 | 0.15 | 0.09 | 0 | 0.68 | 215 | 0.08 | 0.29 |
| Hex | 45 | 4A | 51 | F | 9 | 0 | 44 | D7 | 8 | 1D |
| Octal | 105 | 112 | 121 | 17 | 11 | 0 | 104 | 327 | 10 | 35 |
| Binary | 1000101 | 1001010 | 1010001 | 1111 | 1001 | 0 | 1000100 | 11010111 | 1000 | 11101 |
Color Harmonies of #454A51
Complementary color
Monochromatic Colors of #454A51
Black with #454A51
Text Example
Text Example
White with #454A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A51; }
p { color: rgb(69,74,81); }
H1.HeaderClassName
{
color: #454A51;
}
.AnyTagClassName
{
color: #454A51;
}
</style>
background-color css
<style>
a { background-color: #454A51; }
a { background-color: rgb(69,74,81); }
div.DivClassName
{
background-color: #454A51;
}
.BgClassName
{
background-color: #454A51;
}
</style>
border-color css
<style>
span { border-color: #454A51; }
span { border-color: rgb(69,74,81); }
td.TdClassName
{
border-color: #454A51;
}
.TagClassName
{
border-color: #454A51;
}
</style>