#746EAF

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

Shades of Scampi #746EAF

Tints of Scampi #746EAF

Color information

#746EAF (or 0x746EAF) is unknown color: approx Scampi. HEX triplet: 74, 6E and AF. RGB value is (116,110,175). Sum of RGB (Red+Green+Blue) = 116+110+175=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #746EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EAF is #8B9150. Grayscale: #767676. Windows color (decimal): -9146705 or 11497076. OLE color: 11497076.

HSL color Cylindrical-coordinate representation of color #746EAF: hue angle of 245.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746EAF is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116110175-
CMYK0.340.3700.31
HSL245.54º28.89%55.88%-
HSV(B)245.54º37.14%68.63%-
XYZ20.5217.9642.94-
YUV119.2159.49125.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=28.93%
G=27.43%
B=43.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161101750.340.3700.31245.5428.8955.88
Hex746EAF222501Ff61d38
Octal16415625742450373663570
Binary11101001101110101011111000101001010111111111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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