Shades of Stromboli #465B55
Tints of Stromboli #465B55
RGB
CMYK
RGB Variations
Color information
#465B55 (or 0x465B55) is known color: Stromboli. HEX triplet: 46, 5B and 55. RGB value is (70,91,85). Sum of RGB (Red+Green+Blue) = 70+91+85=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 91 - color contains mainly: green. Hex color #465B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B55 is #B9A4AA. Grayscale: #545454. Windows color (decimal): -12166315 or 5593926. OLE color: 5593926.
HSL color Cylindrical-coordinate representation of color #465B55: hue angle of 162.86º 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 #465B55 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 85 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.64 |
| HSL | 162.86º | 0.13% | 0.32% | - |
| HSV(B) | 162.86º | 0.23% | 0.36% | - |
| XYZ | 7.91 | 9.44 | 10 | - |
| YUV | 84.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 85 | 0.23 | 0 | 0.07 | 0.64 | 162.86 | 0.13 | 0.32 |
| Hex | 46 | 5B | 55 | 17 | 0 | 7 | 40 | A3 | D | 20 |
| Octal | 106 | 133 | 125 | 27 | 0 | 7 | 100 | 243 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1010101 | 10111 | 0 | 111 | 1000000 | 10100011 | 1101 | 100000 |
Color Harmonies of #465B55
Complementary color
Monochromatic Colors of #465B55
Black with #465B55
Text Example
Text Example
White with #465B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B55; }
p { color: rgb(70,91,85); }
H1.HeaderClassName
{
color: #465B55;
}
.AnyTagClassName
{
color: #465B55;
}
</style>
background-color css
<style>
a { background-color: #465B55; }
a { background-color: rgb(70,91,85); }
div.DivClassName
{
background-color: #465B55;
}
.BgClassName
{
background-color: #465B55;
}
</style>
border-color css
<style>
span { border-color: #465B55; }
span { border-color: rgb(70,91,85); }
td.TdClassName
{
border-color: #465B55;
}
.TagClassName
{
border-color: #465B55;
}
</style>