#746686

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

Shades of Mamba #746686

Tints of Mamba #746686

Color information

#746686 (or 0x746686) is unknown color: approx Mamba. HEX triplet: 74, 66 and 86. RGB value is (116,102,134). Sum of RGB (Red+Green+Blue) = 116+102+134=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #746686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746686 is #8B9979. Grayscale: #6D6D6D. Windows color (decimal): -9148794 or 8808052. OLE color: 8808052.

HSL color Cylindrical-coordinate representation of color #746686: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746686 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB116102134-
CMYK0.130.2400.47
HSL266.25º13.56%46.27%-
HSV(B)266.25º23.88%52.55%-
XYZ16.2614.9424.58-
YUV109.83141.64132.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=32.95%
G=28.98%
B=38.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161021340.130.2400.47266.2513.5646.27
Hex746686D1802F10ae2e
Octal16414620615300574121656
Binary111010011001101000011011011100001011111000010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746686; }

 p { color: rgb(116,102,134); }

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

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

 a { background-color: rgb(116,102,134); }

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

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

 span { border-color: rgb(116,102,134); }

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