#746583

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

Shades of Mamba #746583

Tints of Mamba #746583

Color information

#746583 (or 0x746583) is unknown color: approx Mamba. HEX triplet: 74, 65 and 83. RGB value is (116,101,131). Sum of RGB (Red+Green+Blue) = 116+101+131=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #746583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746583 is #8B9A7C. Grayscale: #6C6C6C. Windows color (decimal): -9149053 or 8611188. OLE color: 8611188.

HSL color Cylindrical-coordinate representation of color #746583: hue angle of 270º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746583 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB116101131-
CMYK0.110.2300.49
HSL270º12.93%45.49%-
HSV(B)270º22.9%51.37%-
XYZ15.9514.6623.46-
YUV108.9140.47133.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=33.33%
G=29.02%
B=37.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161011310.110.2300.4927012.9345.49
Hex746583B1703110ed2d
Octal16414520313270614161555
Binary111010011001011000001110111011101100011000011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746583; }

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

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

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

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

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

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

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

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