#746483

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

Shades of Mamba #746483

Tints of Mamba #746483

Color information

#746483 (or 0x746483) is unknown color: approx Mamba. HEX triplet: 74, 64 and 83. RGB value is (116,100,131). Sum of RGB (Red+Green+Blue) = 116+100+131=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #746483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746483 is #8B9B7C. Grayscale: #6C6C6C. Windows color (decimal): -9149309 or 8610932. OLE color: 8610932.

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

Color convert

RGB116100131-
CMYK0.110.2400.49
HSL270.97º13.42%45.29%-
HSV(B)270.97º23.66%51.37%-
XYZ15.8614.4723.43-
YUV108.32140.8133.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=33.43%
G=28.82%
B=37.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161001310.110.2400.49270.9713.4245.29
Hex746483B1803110fd2d
Octal16414420313300614171555
Binary111010011001001000001110111100001100011000011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746483; }

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

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

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

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

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

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

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

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