#746DAF

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

Shades of Scampi #746DAF

Tints of Scampi #746DAF

Color information

#746DAF (or 0x746DAF) is unknown color: approx Scampi. HEX triplet: 74, 6D and AF. RGB value is (116,109,175). Sum of RGB (Red+Green+Blue) = 116+109+175=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #746DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746DAF is #8B9250. Grayscale: #767676. Windows color (decimal): -9146961 or 11496820. OLE color: 11496820.

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

Color convert

RGB116109175-
CMYK0.340.3800.31
HSL246.36º29.2%55.69%-
HSV(B)246.36º37.71%68.63%-
XYZ20.4117.7542.91-
YUV118.62159.82126.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=29%
G=27.25%
B=43.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161091750.340.3800.31246.3629.255.69
Hex746DAF222601Ff61d38
Octal16415525742460373663570
Binary11101001101101101011111000101001100111111111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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