#746387

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

Shades of Mamba #746387

Tints of Mamba #746387

Color information

#746387 (or 0x746387) is unknown color: approx Mamba. HEX triplet: 74, 63 and 87. RGB value is (116,99,135). Sum of RGB (Red+Green+Blue) = 116+99+135=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #746387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746387 is #8B9C78. Grayscale: #6C6C6C. Windows color (decimal): -9149561 or 8872820. OLE color: 8872820.

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

Color convert

RGB11699135-
CMYK0.140.2700.47
HSL268.33º15.38%45.88%-
HSV(B)268.33º26.67%52.94%-
XYZ16.0414.3924.85-
YUV108.19143.13133.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=33.14%
G=28.29%
B=38.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116991350.140.2700.47268.3315.3845.88
Hex746387E1B02F10cf2e
Octal16414320716330574141756
Binary111010011000111000011111101101101011111000011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746387; }

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

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

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

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

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

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

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

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