#746480

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

Shades of Mamba #746480

Tints of Mamba #746480

Color information

#746480 (or 0x746480) is unknown color: approx Mamba. HEX triplet: 74, 64 and 80. RGB value is (116,100,128). Sum of RGB (Red+Green+Blue) = 116+100+128=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #746480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746480 is #8B9B7F. Grayscale: #6B6B6B. Windows color (decimal): -9149312 or 8414324. OLE color: 8414324.

HSL color Cylindrical-coordinate representation of color #746480: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746480 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB116100128-
CMYK0.090.2200.50
HSL274.29º12.28%44.71%-
HSV(B)274.29º21.88%50.2%-
XYZ15.6614.3922.37-
YUV107.98139.3133.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=33.72%
G=29.07%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161001280.090.2200.50274.2912.2844.71
Hex746480916032112c2d
Octal16414420011260624221455
Binary111010011001001000000010011011001100101000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746480; }

 p { color: rgb(116,100,128); }

 H1.HeaderClassName
 {
   color: #746480;
 }
 .AnyTagClassName
 {
   color: #746480;
 }
</style>
background-color css

<style>
 a { background-color: #746480; }

 a { background-color: rgb(116,100,128); }

 div.DivClassName
 {
   background-color: #746480;
 }
 .BgClassName
 {
   background-color: #746480;
 }
</style>
border-color css

<style>
 span { border-color: #746480; }

 span { border-color: rgb(116,100,128); }

 td.TdClassName
 {
   border-color: #746480;
 }
 .TagClassName
 {
   border-color: #746480;
 }
</style>