#946479

Color #946479 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #946479

Tints of Strikemaster #946479

Color information

#946479 (or 0x946479) is unknown color: approx 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

RGB148100121-
CMYK00.320.180.42
HSL333.75º19.35%48.63%-
HSV(B)333.75º32.43%58.04%-
XYZ20.2216.7920.26-
YUV116.75130.4150.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=40.11%
G=27.10%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810012100.320.180.42333.7519.3548.63
Hex946479020122A14e1331
Octal22414417104022525162361
Binary100101001100100111100101000001001010101010100111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>