Shades of Stromboli #4A645D
Tints of Stromboli #4A645D
RGB
CMYK
RGB Variations
Color information
#4A645D (or 0x4A645D) is known color: Stromboli. HEX triplet: 4A, 64 and 5D. RGB value is (74,100,93). Sum of RGB (Red+Green+Blue) = 74+100+93=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 100 - color contains mainly: green. Hex color #4A645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A645D is #B59BA2. Grayscale: #5B5B5B. Windows color (decimal): -11901859 or 6120522. OLE color: 6120522.
HSL color Cylindrical-coordinate representation of color #4A645D: hue angle of 163.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A645D is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 93 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.61 |
| HSL | 163.85º | 0.15% | 0.34% | - |
| HSV(B) | 163.85º | 0.26% | 0.39% | - |
| XYZ | 9.36 | 11.36 | 12.06 | - |
| YUV | 91.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 93 | 0.26 | 0 | 0.07 | 0.61 | 163.85 | 0.15 | 0.34 |
| Hex | 4A | 64 | 5D | 1A | 0 | 7 | 3D | A4 | F | 22 |
| Octal | 112 | 144 | 135 | 32 | 0 | 7 | 75 | 244 | 17 | 42 |
| Binary | 1001010 | 1100100 | 1011101 | 11010 | 0 | 111 | 111101 | 10100100 | 1111 | 100010 |
Color Harmonies of #4A645D
Complementary color
Monochromatic Colors of #4A645D
Black with #4A645D
Text Example
Text Example
White with #4A645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A645D; }
p { color: rgb(74,100,93); }
H1.HeaderClassName
{
color: #4A645D;
}
.AnyTagClassName
{
color: #4A645D;
}
</style>
background-color css
<style>
a { background-color: #4A645D; }
a { background-color: rgb(74,100,93); }
div.DivClassName
{
background-color: #4A645D;
}
.BgClassName
{
background-color: #4A645D;
}
</style>
border-color css
<style>
span { border-color: #4A645D; }
span { border-color: rgb(74,100,93); }
td.TdClassName
{
border-color: #4A645D;
}
.TagClassName
{
border-color: #4A645D;
}
</style>