#746882

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

Shades of Mamba #746882

Tints of Mamba #746882

Color information

#746882 (or 0x746882) is unknown color: approx Mamba. HEX triplet: 74, 68 and 82. RGB value is (116,104,130). Sum of RGB (Red+Green+Blue) = 116+104+130=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #746882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746882 is #8B977D. Grayscale: #6E6E6E. Windows color (decimal): -9148286 or 8546420. OLE color: 8546420.

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

Color convert

RGB116104130-
CMYK0.110.200.49
HSL267.69º11.11%45.88%-
HSV(B)267.69º20%50.98%-
XYZ16.1815.2323.2-
YUV110.55138.98131.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=33.14%
G=29.71%
B=37.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161041300.110.200.49267.6911.1145.88
Hex746882B1403110cb2e
Octal16415020213240614141356
Binary111010011010001000001010111010001100011000011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746882; }

 p { color: rgb(116,104,130); }

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

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

 a { background-color: rgb(116,104,130); }

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

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

 span { border-color: rgb(116,104,130); }

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