#746EA9

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

Shades of Scampi #746EA9

Tints of Scampi #746EA9

Color information

#746EA9 (or 0x746EA9) is unknown color: approx Scampi. HEX triplet: 74, 6E and A9. RGB value is (116,110,169). Sum of RGB (Red+Green+Blue) = 116+110+169=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 169 - color contains mainly: blue. Hex color #746EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EA9 is #8B9156. Grayscale: #767676. Windows color (decimal): -9146711 or 11103860. OLE color: 11103860.

HSL color Cylindrical-coordinate representation of color #746EA9: hue angle of 246.1º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #746EA9 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB116110169-
CMYK0.310.3500.34
HSL246.1º25.54%54.71%-
HSV(B)246.1º34.91%66.27%-
XYZ19.9417.7339.91-
YUV118.52156.49126.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 169 (66.41% from 255) = 42.78%
R=29.37%
G=27.85%
B=42.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161101690.310.3500.34246.125.5454.71
Hex746EA91F23022f61a37
Octal16415625137430423663267
Binary11101001101110101010011111110001101000101111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746EA9; }

 p { color: rgb(116,110,169); }

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

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

 a { background-color: rgb(116,110,169); }

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

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

 span { border-color: rgb(116,110,169); }

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