Shades of Stromboli #476B5B
Tints of Stromboli #476B5B
RGB
CMYK
RGB Variations
Color information
#476B5B (or 0x476B5B) is known color: Stromboli. HEX triplet: 47, 6B and 5B. RGB value is (71,107,91). Sum of RGB (Red+Green+Blue) = 71+107+91=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #476B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B5B is #B894A4. Grayscale: #5E5E5E. Windows color (decimal): -12096677 or 5991239. OLE color: 5991239.
HSL color Cylindrical-coordinate representation of color #476B5B: hue angle of 153.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B5B is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 107 | 91 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.58 |
| HSL | 153.33º | 0.2% | 0.35% | - |
| HSV(B) | 153.33º | 0.34% | 0.42% | - |
| XYZ | 9.74 | 12.61 | 11.82 | - |
| YUV | 94.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 91 | 0.34 | 0 | 0.15 | 0.58 | 153.33 | 0.2 | 0.35 |
| Hex | 47 | 6B | 5B | 22 | 0 | F | 3A | 99 | 14 | 23 |
| Octal | 107 | 153 | 133 | 42 | 0 | 17 | 72 | 231 | 24 | 43 |
| Binary | 1000111 | 1101011 | 1011011 | 100010 | 0 | 1111 | 111010 | 10011001 | 10100 | 100011 |
Color Harmonies of #476B5B
Complementary color
Monochromatic Colors of #476B5B
Black with #476B5B
Text Example
Text Example
White with #476B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B5B; }
p { color: rgb(71,107,91); }
H1.HeaderClassName
{
color: #476B5B;
}
.AnyTagClassName
{
color: #476B5B;
}
</style>
background-color css
<style>
a { background-color: #476B5B; }
a { background-color: rgb(71,107,91); }
div.DivClassName
{
background-color: #476B5B;
}
.BgClassName
{
background-color: #476B5B;
}
</style>
border-color css
<style>
span { border-color: #476B5B; }
span { border-color: rgb(71,107,91); }
td.TdClassName
{
border-color: #476B5B;
}
.TagClassName
{
border-color: #476B5B;
}
</style>