Shades of Stromboli #465E56
Tints of Stromboli #465E56
RGB
CMYK
RGB Variations
Color information
#465E56 (or 0x465E56) is known color: Stromboli. HEX triplet: 46, 5E and 56. RGB value is (70,94,86). Sum of RGB (Red+Green+Blue) = 70+94+86=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #465E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E56 is #B9A1A9. Grayscale: #555555. Windows color (decimal): -12165546 or 5660230. OLE color: 5660230.
HSL color Cylindrical-coordinate representation of color #465E56: hue angle of 160º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E56 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 86 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.63 |
| HSL | 160º | 0.15% | 0.32% | - |
| HSV(B) | 160º | 0.26% | 0.37% | - |
| XYZ | 8.21 | 9.98 | 10.3 | - |
| YUV | 85.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 86 | 0.26 | 0 | 0.09 | 0.63 | 160 | 0.15 | 0.32 |
| Hex | 46 | 5E | 56 | 1A | 0 | 9 | 3F | A0 | F | 20 |
| Octal | 106 | 136 | 126 | 32 | 0 | 11 | 77 | 240 | 17 | 40 |
| Binary | 1000110 | 1011110 | 1010110 | 11010 | 0 | 1001 | 111111 | 10100000 | 1111 | 100000 |
Color Harmonies of #465E56
Complementary color
Monochromatic Colors of #465E56
Black with #465E56
Text Example
Text Example
White with #465E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E56; }
p { color: rgb(70,94,86); }
H1.HeaderClassName
{
color: #465E56;
}
.AnyTagClassName
{
color: #465E56;
}
</style>
background-color css
<style>
a { background-color: #465E56; }
a { background-color: rgb(70,94,86); }
div.DivClassName
{
background-color: #465E56;
}
.BgClassName
{
background-color: #465E56;
}
</style>
border-color css
<style>
span { border-color: #465E56; }
span { border-color: rgb(70,94,86); }
td.TdClassName
{
border-color: #465E56;
}
.TagClassName
{
border-color: #465E56;
}
</style>