#746581

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

Shades of Mamba #746581

Tints of Mamba #746581

Color information

#746581 (or 0x746581) is unknown color: approx Mamba. HEX triplet: 74, 65 and 81. RGB value is (116,101,129). Sum of RGB (Red+Green+Blue) = 116+101+129=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 129 - color contains mainly: blue. Hex color #746581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746581 is #8B9A7E. Grayscale: #6C6C6C. Windows color (decimal): -9149055 or 8480116. OLE color: 8480116.

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

Color convert

RGB116101129-
CMYK0.100.2200.49
HSL272.14º12.17%45.1%-
HSV(B)272.14º21.71%50.59%-
XYZ15.8214.6122.75-
YUV108.68139.47133.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=33.53%
G=29.19%
B=37.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161011290.100.2200.49272.1412.1745.1
Hex746581A16031110c2d
Octal16414520112260614201455
Binary111010011001011000000110101011001100011000100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746581; }

 p { color: rgb(116,101,129); }

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

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

 a { background-color: rgb(116,101,129); }

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

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

 span { border-color: rgb(116,101,129); }

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