Shades of Stromboli #465B54
Tints of Stromboli #465B54
RGB
CMYK
RGB Variations
Color information
#465B54 (or 0x465B54) is known color: Stromboli. HEX triplet: 46, 5B and 54. RGB value is (70,91,84). Sum of RGB (Red+Green+Blue) = 70+91+84=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #465B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B54 is #B9A4AB. Grayscale: #535353. Windows color (decimal): -12166316 or 5528390. OLE color: 5528390.
HSL color Cylindrical-coordinate representation of color #465B54: hue angle of 160º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B54 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 84 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.64 |
| HSL | 160º | 0.13% | 0.32% | - |
| HSV(B) | 160º | 0.23% | 0.36% | - |
| XYZ | 7.87 | 9.42 | 9.79 | - |
| YUV | 83.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 84 | 0.23 | 0 | 0.08 | 0.64 | 160 | 0.13 | 0.32 |
| Hex | 46 | 5B | 54 | 17 | 0 | 8 | 40 | A0 | D | 20 |
| Octal | 106 | 133 | 124 | 27 | 0 | 10 | 100 | 240 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1010100 | 10111 | 0 | 1000 | 1000000 | 10100000 | 1101 | 100000 |
Color Harmonies of #465B54
Complementary color
Monochromatic Colors of #465B54
Black with #465B54
Text Example
Text Example
White with #465B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B54; }
p { color: rgb(70,91,84); }
H1.HeaderClassName
{
color: #465B54;
}
.AnyTagClassName
{
color: #465B54;
}
</style>
background-color css
<style>
a { background-color: #465B54; }
a { background-color: rgb(70,91,84); }
div.DivClassName
{
background-color: #465B54;
}
.BgClassName
{
background-color: #465B54;
}
</style>
border-color css
<style>
span { border-color: #465B54; }
span { border-color: rgb(70,91,84); }
td.TdClassName
{
border-color: #465B54;
}
.TagClassName
{
border-color: #465B54;
}
</style>