Shades of Tuna #454A50
Tints of Tuna #454A50
RGB
CMYK
RGB Variations
Color information
#454A50 (or 0x454A50) is known color: Tuna. HEX triplet: 45, 4A and 50. RGB value is (69,74,80). Sum of RGB (Red+Green+Blue) = 69+74+80=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #454A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A50 is #BAB5AF. Grayscale: #494949. Windows color (decimal): -12236208 or 5261893. OLE color: 5261893.
HSL color Cylindrical-coordinate representation of color #454A50: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454A50 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 74 | 80 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.69 |
| HSL | 212.73º | 0.07% | 0.29% | - |
| HSV(B) | 212.73º | 0.14% | 0.31% | - |
| XYZ | 6.35 | 6.74 | 8.56 | - |
| YUV | 73.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 80 | 0.14 | 0.08 | 0 | 0.69 | 212.73 | 0.07 | 0.29 |
| Hex | 45 | 4A | 50 | E | 8 | 0 | 45 | D5 | 7 | 1D |
| Octal | 105 | 112 | 120 | 16 | 10 | 0 | 105 | 325 | 7 | 35 |
| Binary | 1000101 | 1001010 | 1010000 | 1110 | 1000 | 0 | 1000101 | 11010101 | 111 | 11101 |
Color Harmonies of #454A50
Complementary color
Monochromatic Colors of #454A50
Black with #454A50
Text Example
Text Example
White with #454A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A50; }
p { color: rgb(69,74,80); }
H1.HeaderClassName
{
color: #454A50;
}
.AnyTagClassName
{
color: #454A50;
}
</style>
background-color css
<style>
a { background-color: #454A50; }
a { background-color: rgb(69,74,80); }
div.DivClassName
{
background-color: #454A50;
}
.BgClassName
{
background-color: #454A50;
}
</style>
border-color css
<style>
span { border-color: #454A50; }
span { border-color: rgb(69,74,80); }
td.TdClassName
{
border-color: #454A50;
}
.TagClassName
{
border-color: #454A50;
}
</style>