#746BAF

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

Shades of Scampi #746BAF

Tints of Scampi #746BAF

Color information

#746BAF (or 0x746BAF) is unknown color: approx Scampi. HEX triplet: 74, 6B and AF. RGB value is (116,107,175). Sum of RGB (Red+Green+Blue) = 116+107+175=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #746BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BAF is #8B9450. Grayscale: #757575. Windows color (decimal): -9147473 or 11496308. OLE color: 11496308.

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

Color convert

RGB116107175-
CMYK0.340.3900.31
HSL247.94º29.82%55.29%-
HSV(B)247.94º38.86%68.63%-
XYZ20.217.3242.84-
YUV117.44160.48126.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=29.15%
G=26.88%
B=43.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161071750.340.3900.31247.9429.8255.29
Hex746BAF222701Ff81e37
Octal16415325742470373703667
Binary11101001101011101011111000101001110111111111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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