#746484

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

Shades of Mamba #746484

Tints of Mamba #746484

Color information

#746484 (or 0x746484) is unknown color: approx Mamba. HEX triplet: 74, 64 and 84. RGB value is (116,100,132). Sum of RGB (Red+Green+Blue) = 116+100+132=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #746484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746484 is #8B9B7B. Grayscale: #6C6C6C. Windows color (decimal): -9149308 or 8676468. OLE color: 8676468.

HSL color Cylindrical-coordinate representation of color #746484: hue angle of 270º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746484 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB116100132-
CMYK0.120.2400.48
HSL270º13.79%45.49%-
HSV(B)270º24.24%51.76%-
XYZ15.9214.4923.79-
YUV108.43141.3133.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=33.33%
G=28.74%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161001320.120.2400.4827013.7945.49
Hex746484C1803010ee2d
Octal16414420414300604161655
Binary111010011001001000010011001100001100001000011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746484; }

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

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

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

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

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

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

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

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