Shades of Stromboli #4B6A5F
Tints of Stromboli #4B6A5F
RGB
CMYK
RGB Variations
Color information
#4B6A5F (or 0x4B6A5F) is known color: Stromboli. HEX triplet: 4B, 6A and 5F. RGB value is (75,106,95). Sum of RGB (Red+Green+Blue) = 75+106+95=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6A5F is #B495A0. Grayscale: #5F5F5F. Windows color (decimal): -11834785 or 6253131. OLE color: 6253131.
HSL color Cylindrical-coordinate representation of color #4B6A5F: hue angle of 158.71º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6A5F is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 106 | 95 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.58 |
| HSL | 158.71º | 0.17% | 0.35% | - |
| HSV(B) | 158.71º | 0.29% | 0.42% | - |
| XYZ | 10.12 | 12.63 | 12.73 | - |
| YUV | 95.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 106 | 95 | 0.29 | 0 | 0.10 | 0.58 | 158.71 | 0.17 | 0.35 |
| Hex | 4B | 6A | 5F | 1D | 0 | A | 3A | 9F | 11 | 23 |
| Octal | 113 | 152 | 137 | 35 | 0 | 12 | 72 | 237 | 21 | 43 |
| Binary | 1001011 | 1101010 | 1011111 | 11101 | 0 | 1010 | 111010 | 10011111 | 10001 | 100011 |
Color Harmonies of #4B6A5F
Complementary color
Monochromatic Colors of #4B6A5F
Black with #4B6A5F
Text Example
Text Example
White with #4B6A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6A5F; }
p { color: rgb(75,106,95); }
H1.HeaderClassName
{
color: #4B6A5F;
}
.AnyTagClassName
{
color: #4B6A5F;
}
</style>
background-color css
<style>
a { background-color: #4B6A5F; }
a { background-color: rgb(75,106,95); }
div.DivClassName
{
background-color: #4B6A5F;
}
.BgClassName
{
background-color: #4B6A5F;
}
</style>
border-color css
<style>
span { border-color: #4B6A5F; }
span { border-color: rgb(75,106,95); }
td.TdClassName
{
border-color: #4B6A5F;
}
.TagClassName
{
border-color: #4B6A5F;
}
</style>