#746182

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

Shades of Mamba #746182

Tints of Mamba #746182

Color information

#746182 (or 0x746182) is unknown color: approx Mamba. HEX triplet: 74, 61 and 82. RGB value is (116,97,130). Sum of RGB (Red+Green+Blue) = 116+97+130=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #746182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746182 is #8B9E7D. Grayscale: #6A6A6A. Windows color (decimal): -9150078 or 8544628. OLE color: 8544628.

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

Color convert

RGB11697130-
CMYK0.110.2500.49
HSL274.55º14.54%44.51%-
HSV(B)274.55º25.38%50.98%-
XYZ15.5113.8722.98-
YUV106.44141.29134.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=33.82%
G=28.28%
B=37.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116971300.110.2500.49274.5514.5444.51
Hex746182B19031113f2d
Octal16414120213310614231755
Binary111010011000011000001010111100101100011000100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746182; }

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

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

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

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

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

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

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

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