#746083

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

Shades of Mamba #746083

Tints of Mamba #746083

Color information

#746083 (or 0x746083) is unknown color: approx Mamba. HEX triplet: 74, 60 and 83. RGB value is (116,96,131). Sum of RGB (Red+Green+Blue) = 116+96+131=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #746083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746083 is #8B9F7C. Grayscale: #696969. Windows color (decimal): -9150333 or 8609908. OLE color: 8609908.

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

Color convert

RGB11696131-
CMYK0.110.2700.49
HSL274.29º15.42%44.51%-
HSV(B)274.29º26.72%51.37%-
XYZ15.4813.7223.3-
YUV105.97142.13135.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=33.82%
G=27.99%
B=38.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116961310.110.2700.49274.2915.4244.51
Hex746083B1B031112f2d
Octal16414020313330614221755
Binary111010011000001000001110111101101100011000100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746083; }

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

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

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

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

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

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

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

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