#846491

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

Shades of Mamba #846491

Tints of Mamba #846491

Color information

#846491 (or 0x846491) is unknown color: approx Mamba. HEX triplet: 84, 64 and 91. RGB value is (132,100,145). Sum of RGB (Red+Green+Blue) = 132+100+145=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #846491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846491 is #7B9B6E. Grayscale: #727272. Windows color (decimal): -8100719 or 9528452. OLE color: 9528452.

HSL color Cylindrical-coordinate representation of color #846491: hue angle of 282.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846491 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132100145-
CMYK0.090.3100.43
HSL282.67º18.37%48.04%-
HSV(B)282.67º31.03%56.86%-
XYZ19.1816.0628.88-
YUV114.7145.1140.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=35.01%
G=26.53%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321001450.090.3100.43282.6718.3748.04
Hex84649191F02B11b1230
Octal20414422111370534332260
Binary10000100110010010010001100111111010101110001101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846491; }

 p { color: rgb(132,100,145); }

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

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

 a { background-color: rgb(132,100,145); }

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

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

 span { border-color: rgb(132,100,145); }

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