Shades of Strikemaster #946479
Tints of Strikemaster #946479
RGB
CMYK
RGB Variations
Color information
#946479 (or 0x946479) is known color: Strikemaster. HEX triplet: 94, 64 and 79. RGB value is (148,100,121). Sum of RGB (Red+Green+Blue) = 148+100+121=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #946479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946479 is #6B9B86. Grayscale: #747474. Windows color (decimal): -7052167 or 7955604. OLE color: 7955604.
HSL color Cylindrical-coordinate representation of color #946479: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946479 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 121 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.42 |
| HSL | 333.75º | 0.19% | 0.49% | - |
| HSV(B) | 333.75º | 0.32% | 0.58% | - |
| XYZ | 20.22 | 16.79 | 20.26 | - |
| YUV | 116.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 121 | 0 | 0.32 | 0.18 | 0.42 | 333.75 | 0.19 | 0.49 |
| Hex | 94 | 64 | 79 | 0 | 20 | 12 | 2A | 14E | 13 | 31 |
| Octal | 224 | 144 | 171 | 0 | 40 | 22 | 52 | 516 | 23 | 61 |
| Binary | 10010100 | 1100100 | 1111001 | 0 | 100000 | 10010 | 101010 | 101001110 | 10011 | 110001 |
Color Harmonies of #946479
Complementary color
Monochromatic Colors of #946479
Black with #946479
Text Example
Text Example
White with #946479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946479; }
p { color: rgb(148,100,121); }
H1.HeaderClassName
{
color: #946479;
}
.AnyTagClassName
{
color: #946479;
}
</style>
background-color css
<style>
a { background-color: #946479; }
a { background-color: rgb(148,100,121); }
div.DivClassName
{
background-color: #946479;
}
.BgClassName
{
background-color: #946479;
}
</style>
border-color css
<style>
span { border-color: #946479; }
span { border-color: rgb(148,100,121); }
td.TdClassName
{
border-color: #946479;
}
.TagClassName
{
border-color: #946479;
}
</style>