#796490

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

Shades of Mamba #796490

Tints of Mamba #796490

Color information

#796490 (or 0x796490) is unknown color: approx Mamba. HEX triplet: 79, 64 and 90. RGB value is (121,100,144). Sum of RGB (Red+Green+Blue) = 121+100+144=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #796490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796490 is #869B6F. Grayscale: #6F6F6F. Windows color (decimal): -8821616 or 9462905. OLE color: 9462905.

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

Color convert

RGB121100144-
CMYK0.160.3100.44
HSL268.64º18.03%47.84%-
HSV(B)268.64º30.56%56.47%-
XYZ17.4815.1928.4-
YUV111.29146.46134.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=33.15%
G=27.40%
B=39.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211001440.160.3100.44268.6418.0347.84
Hex796490101F02C10d1230
Octal17114422020370544152260
Binary11110011100100100100001000011111010110010000110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796490; }

 p { color: rgb(121,100,144); }

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

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

 a { background-color: rgb(121,100,144); }

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

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

 span { border-color: rgb(121,100,144); }

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