Shades of Tuna #454C58
Tints of Tuna #454C58
RGB
CMYK
RGB Variations
Color information
#454C58 (or 0x454C58) is known color: Tuna. HEX triplet: 45, 4C and 58. RGB value is (69,76,88). Sum of RGB (Red+Green+Blue) = 69+76+88=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #454C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C58 is #BAB3A7. Grayscale: #4B4B4B. Windows color (decimal): -12235688 or 5786693. OLE color: 5786693.
HSL color Cylindrical-coordinate representation of color #454C58: hue angle of 217.89º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454C58 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 76 | 88 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.65 |
| HSL | 217.89º | 0.12% | 0.31% | - |
| HSV(B) | 217.89º | 0.22% | 0.35% | - |
| XYZ | 6.8 | 7.14 | 10.25 | - |
| YUV | 75.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 88 | 0.22 | 0.14 | 0 | 0.65 | 217.89 | 0.12 | 0.31 |
| Hex | 45 | 4C | 58 | 16 | E | 0 | 41 | DA | C | 1F |
| Octal | 105 | 114 | 130 | 26 | 16 | 0 | 101 | 332 | 14 | 37 |
| Binary | 1000101 | 1001100 | 1011000 | 10110 | 1110 | 0 | 1000001 | 11011010 | 1100 | 11111 |
Color Harmonies of #454C58
Complementary color
Monochromatic Colors of #454C58
Black with #454C58
Text Example
Text Example
White with #454C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C58; }
p { color: rgb(69,76,88); }
H1.HeaderClassName
{
color: #454C58;
}
.AnyTagClassName
{
color: #454C58;
}
</style>
background-color css
<style>
a { background-color: #454C58; }
a { background-color: rgb(69,76,88); }
div.DivClassName
{
background-color: #454C58;
}
.BgClassName
{
background-color: #454C58;
}
</style>
border-color css
<style>
span { border-color: #454C58; }
span { border-color: rgb(69,76,88); }
td.TdClassName
{
border-color: #454C58;
}
.TagClassName
{
border-color: #454C58;
}
</style>