Shades of Stromboli #4B655D
Tints of Stromboli #4B655D
RGB
CMYK
RGB Variations
Color information
#4B655D (or 0x4B655D) is known color: Stromboli. HEX triplet: 4B, 65 and 5D. RGB value is (75,101,93). Sum of RGB (Red+Green+Blue) = 75+101+93=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #4B655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B655D is #B49AA2. Grayscale: #5C5C5C. Windows color (decimal): -11836067 or 6120779. OLE color: 6120779.
HSL color Cylindrical-coordinate representation of color #4B655D: hue angle of 161.54º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B655D is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 93 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.60 |
| HSL | 161.54º | 0.15% | 0.35% | - |
| HSV(B) | 161.54º | 0.26% | 0.4% | - |
| XYZ | 9.53 | 11.59 | 12.09 | - |
| YUV | 92.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 93 | 0.26 | 0 | 0.08 | 0.60 | 161.54 | 0.15 | 0.35 |
| Hex | 4B | 65 | 5D | 1A | 0 | 8 | 3C | A2 | F | 23 |
| Octal | 113 | 145 | 135 | 32 | 0 | 10 | 74 | 242 | 17 | 43 |
| Binary | 1001011 | 1100101 | 1011101 | 11010 | 0 | 1000 | 111100 | 10100010 | 1111 | 100011 |
Color Harmonies of #4B655D
Complementary color
Monochromatic Colors of #4B655D
Black with #4B655D
Text Example
Text Example
White with #4B655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B655D; }
p { color: rgb(75,101,93); }
H1.HeaderClassName
{
color: #4B655D;
}
.AnyTagClassName
{
color: #4B655D;
}
</style>
background-color css
<style>
a { background-color: #4B655D; }
a { background-color: rgb(75,101,93); }
div.DivClassName
{
background-color: #4B655D;
}
.BgClassName
{
background-color: #4B655D;
}
</style>
border-color css
<style>
span { border-color: #4B655D; }
span { border-color: rgb(75,101,93); }
td.TdClassName
{
border-color: #4B655D;
}
.TagClassName
{
border-color: #4B655D;
}
</style>