Shades of Tuna #454B55
Tints of Tuna #454B55
RGB
CMYK
RGB Variations
Color information
#454B55 (or 0x454B55) is known color: Tuna. HEX triplet: 45, 4B and 55. RGB value is (69,75,85). Sum of RGB (Red+Green+Blue) = 69+75+85=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #454B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B55 is #BAB4AA. Grayscale: #4A4A4A. Windows color (decimal): -12235947 or 5589829. OLE color: 5589829.
HSL color Cylindrical-coordinate representation of color #454B55: hue angle of 217.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454B55 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 75 | 85 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.67 |
| HSL | 217.5º | 0.1% | 0.3% | - |
| HSV(B) | 217.5º | 0.19% | 0.33% | - |
| XYZ | 6.61 | 6.95 | 9.59 | - |
| YUV | 74.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 85 | 0.19 | 0.12 | 0 | 0.67 | 217.5 | 0.1 | 0.3 |
| Hex | 45 | 4B | 55 | 13 | C | 0 | 43 | DA | A | 1E |
| Octal | 105 | 113 | 125 | 23 | 14 | 0 | 103 | 332 | 12 | 36 |
| Binary | 1000101 | 1001011 | 1010101 | 10011 | 1100 | 0 | 1000011 | 11011010 | 1010 | 11110 |
Color Harmonies of #454B55
Complementary color
Monochromatic Colors of #454B55
Black with #454B55
Text Example
Text Example
White with #454B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B55; }
p { color: rgb(69,75,85); }
H1.HeaderClassName
{
color: #454B55;
}
.AnyTagClassName
{
color: #454B55;
}
</style>
background-color css
<style>
a { background-color: #454B55; }
a { background-color: rgb(69,75,85); }
div.DivClassName
{
background-color: #454B55;
}
.BgClassName
{
background-color: #454B55;
}
</style>
border-color css
<style>
span { border-color: #454B55; }
span { border-color: rgb(69,75,85); }
td.TdClassName
{
border-color: #454B55;
}
.TagClassName
{
border-color: #454B55;
}
</style>