Shades of Stromboli #466B5E
Tints of Stromboli #466B5E
RGB
CMYK
RGB Variations
Color information
#466B5E (or 0x466B5E) is known color: Stromboli. HEX triplet: 46, 6B and 5E. RGB value is (70,107,94). Sum of RGB (Red+Green+Blue) = 70+107+94=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5E is #B994A1. Grayscale: #5E5E5E. Windows color (decimal): -12162210 or 6187846. OLE color: 6187846.
HSL color Cylindrical-coordinate representation of color #466B5E: hue angle of 158.92º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B5E is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 94 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.58 |
| HSL | 158.92º | 0.21% | 0.35% | - |
| HSV(B) | 158.92º | 0.35% | 0.42% | - |
| XYZ | 9.8 | 12.63 | 12.51 | - |
| YUV | 94.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 94 | 0.35 | 0 | 0.12 | 0.58 | 158.92 | 0.21 | 0.35 |
| Hex | 46 | 6B | 5E | 23 | 0 | C | 3A | 9F | 15 | 23 |
| Octal | 106 | 153 | 136 | 43 | 0 | 14 | 72 | 237 | 25 | 43 |
| Binary | 1000110 | 1101011 | 1011110 | 100011 | 0 | 1100 | 111010 | 10011111 | 10101 | 100011 |
Color Harmonies of #466B5E
Complementary color
Monochromatic Colors of #466B5E
Black with #466B5E
Text Example
Text Example
White with #466B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B5E; }
p { color: rgb(70,107,94); }
H1.HeaderClassName
{
color: #466B5E;
}
.AnyTagClassName
{
color: #466B5E;
}
</style>
background-color css
<style>
a { background-color: #466B5E; }
a { background-color: rgb(70,107,94); }
div.DivClassName
{
background-color: #466B5E;
}
.BgClassName
{
background-color: #466B5E;
}
</style>
border-color css
<style>
span { border-color: #466B5E; }
span { border-color: rgb(70,107,94); }
td.TdClassName
{
border-color: #466B5E;
}
.TagClassName
{
border-color: #466B5E;
}
</style>