Shades of Stromboli #4B645C
Tints of Stromboli #4B645C
RGB
CMYK
RGB Variations
Color information
#4B645C (or 0x4B645C) is known color: Stromboli. HEX triplet: 4B, 64 and 5C. RGB value is (75,100,92). Sum of RGB (Red+Green+Blue) = 75+100+92=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 100 - color contains mainly: green. Hex color #4B645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B645C is #B49BA3. Grayscale: #5B5B5B. Windows color (decimal): -11836324 or 6054987. OLE color: 6054987.
HSL color Cylindrical-coordinate representation of color #4B645C: hue angle of 160.8º 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 #4B645C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 92 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.61 |
| HSL | 160.8º | 0.14% | 0.34% | - |
| HSV(B) | 160.8º | 0.25% | 0.39% | - |
| XYZ | 9.39 | 11.38 | 11.83 | - |
| YUV | 91.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 92 | 0.25 | 0 | 0.08 | 0.61 | 160.8 | 0.14 | 0.34 |
| Hex | 4B | 64 | 5C | 19 | 0 | 8 | 3D | A1 | E | 22 |
| Octal | 113 | 144 | 134 | 31 | 0 | 10 | 75 | 241 | 16 | 42 |
| Binary | 1001011 | 1100100 | 1011100 | 11001 | 0 | 1000 | 111101 | 10100001 | 1110 | 100010 |
Color Harmonies of #4B645C
Complementary color
Monochromatic Colors of #4B645C
Black with #4B645C
Text Example
Text Example
White with #4B645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B645C; }
p { color: rgb(75,100,92); }
H1.HeaderClassName
{
color: #4B645C;
}
.AnyTagClassName
{
color: #4B645C;
}
</style>
background-color css
<style>
a { background-color: #4B645C; }
a { background-color: rgb(75,100,92); }
div.DivClassName
{
background-color: #4B645C;
}
.BgClassName
{
background-color: #4B645C;
}
</style>
border-color css
<style>
span { border-color: #4B645C; }
span { border-color: rgb(75,100,92); }
td.TdClassName
{
border-color: #4B645C;
}
.TagClassName
{
border-color: #4B645C;
}
</style>