#746EB0

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

Shades of Scampi #746EB0

Tints of Scampi #746EB0

Color information

#746EB0 (or 0x746EB0) is unknown color: approx Scampi. HEX triplet: 74, 6E and B0. RGB value is (116,110,176). Sum of RGB (Red+Green+Blue) = 116+110+176=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #746EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EB0 is #8B914F. Grayscale: #777777. Windows color (decimal): -9146704 or 11562612. OLE color: 11562612.

HSL color Cylindrical-coordinate representation of color #746EB0: hue angle of 245.45º 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 #746EB0 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116110176-
CMYK0.340.3700.31
HSL245.45º29.46%56.08%-
HSV(B)245.45º37.5%69.02%-
XYZ20.611843.46-
YUV119.32159.99125.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=28.86%
G=27.36%
B=43.78%

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
Decimal1161101760.340.3700.31245.4529.4656.08
Hex746EB0222501Ff51d38
Octal16415626042450373653570
Binary11101001101110101100001000101001010111111111010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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