#746584

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

Shades of Mamba #746584

Tints of Mamba #746584

Color information

#746584 (or 0x746584) is unknown color: approx Mamba. HEX triplet: 74, 65 and 84. RGB value is (116,101,132). Sum of RGB (Red+Green+Blue) = 116+101+132=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #746584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746584 is #8B9A7B. Grayscale: #6C6C6C. Windows color (decimal): -9149052 or 8676724. OLE color: 8676724.

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

Color convert

RGB116101132-
CMYK0.120.2300.48
HSL269.03º13.3%45.69%-
HSV(B)269.03º23.48%51.76%-
XYZ16.0214.6923.82-
YUV109.02140.97132.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=33.24%
G=28.94%
B=37.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161011320.120.2300.48269.0313.345.69
Hex746584C1703010dd2e
Octal16414520414270604151556
Binary111010011001011000010011001011101100001000011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746584; }

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

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

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

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

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

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

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

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