#746AAD

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

Shades of Scampi #746AAD

Tints of Scampi #746AAD

Color information

#746AAD (or 0x746AAD) is unknown color: approx Scampi. HEX triplet: 74, 6A and AD. RGB value is (116,106,173). Sum of RGB (Red+Green+Blue) = 116+106+173=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #746AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AAD is #8B9552. Grayscale: #747474. Windows color (decimal): -9147731 or 11364980. OLE color: 11364980.

HSL color Cylindrical-coordinate representation of color #746AAD: hue angle of 248.96º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746AAD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116106173-
CMYK0.330.3900.32
HSL248.96º29%54.71%-
HSV(B)248.96º38.73%67.84%-
XYZ19.917.0441.78-
YUV116.63159.81127.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=29.37%
G=26.84%
B=43.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161061730.330.3900.32248.962954.71
Hex746AAD2127020f91d37
Octal16415225541470403713567
Binary111010011010101010110110000110011101000001111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,173); }

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

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

 a { background-color: rgb(116,106,173); }

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

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

 span { border-color: rgb(116,106,173); }

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