Shades of Stromboli #4A635D
Tints of Stromboli #4A635D
RGB
CMYK
RGB Variations
Color information
#4A635D (or 0x4A635D) is known color: Stromboli. HEX triplet: 4A, 63 and 5D. RGB value is (74,99,93). Sum of RGB (Red+Green+Blue) = 74+99+93=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #4A635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A635D is #B59CA2. Grayscale: #5A5A5A. Windows color (decimal): -11902115 or 6120266. OLE color: 6120266.
HSL color Cylindrical-coordinate representation of color #4A635D: hue angle of 165.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A635D is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 93 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.61 |
| HSL | 165.6º | 0.14% | 0.34% | - |
| HSV(B) | 165.6º | 0.25% | 0.39% | - |
| XYZ | 9.26 | 11.17 | 12.02 | - |
| YUV | 90.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 93 | 0.25 | 0 | 0.06 | 0.61 | 165.6 | 0.14 | 0.34 |
| Hex | 4A | 63 | 5D | 19 | 0 | 6 | 3D | A6 | E | 22 |
| Octal | 112 | 143 | 135 | 31 | 0 | 6 | 75 | 246 | 16 | 42 |
| Binary | 1001010 | 1100011 | 1011101 | 11001 | 0 | 110 | 111101 | 10100110 | 1110 | 100010 |
Color Harmonies of #4A635D
Complementary color
Monochromatic Colors of #4A635D
Black with #4A635D
Text Example
Text Example
White with #4A635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A635D; }
p { color: rgb(74,99,93); }
H1.HeaderClassName
{
color: #4A635D;
}
.AnyTagClassName
{
color: #4A635D;
}
</style>
background-color css
<style>
a { background-color: #4A635D; }
a { background-color: rgb(74,99,93); }
div.DivClassName
{
background-color: #4A635D;
}
.BgClassName
{
background-color: #4A635D;
}
</style>
border-color css
<style>
span { border-color: #4A635D; }
span { border-color: rgb(74,99,93); }
td.TdClassName
{
border-color: #4A635D;
}
.TagClassName
{
border-color: #4A635D;
}
</style>