#746382

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

Shades of Mamba #746382

Tints of Mamba #746382

Color information

#746382 (or 0x746382) is unknown color: approx Mamba. HEX triplet: 74, 63 and 82. RGB value is (116,99,130). Sum of RGB (Red+Green+Blue) = 116+99+130=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #746382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746382 is #8B9C7D. Grayscale: #6B6B6B. Windows color (decimal): -9149566 or 8545140. OLE color: 8545140.

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

Color convert

RGB11699130-
CMYK0.110.2400.49
HSL272.9º13.54%44.9%-
HSV(B)272.9º23.85%50.98%-
XYZ15.6914.2523.04-
YUV107.62140.63133.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=33.62%
G=28.70%
B=37.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116991300.110.2400.49272.913.5444.9
Hex746382B18031111e2d
Octal16414320213300614211655
Binary111010011000111000001010111100001100011000100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746382; }

 p { color: rgb(116,99,130); }

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

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

 a { background-color: rgb(116,99,130); }

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

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

 span { border-color: rgb(116,99,130); }

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