#746BAC

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

Shades of Scampi #746BAC

Tints of Scampi #746BAC

Color information

#746BAC (or 0x746BAC) is unknown color: approx Scampi. HEX triplet: 74, 6B and AC. RGB value is (116,107,172). Sum of RGB (Red+Green+Blue) = 116+107+172=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #746BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BAC is #8B9453. Grayscale: #747474. Windows color (decimal): -9147476 or 11299700. OLE color: 11299700.

HSL color Cylindrical-coordinate representation of color #746BAC: hue angle of 248.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746BAC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116107172-
CMYK0.330.3800.33
HSL248.31º28.14%54.71%-
HSV(B)248.31º37.79%67.45%-
XYZ19.9117.2141.3-
YUV117.1158.98127.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=29.37%
G=27.09%
B=43.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161071720.330.3800.33248.3128.1454.71
Hex746BAC2126021f81c37
Octal16415325441460413703467
Binary111010011010111010110010000110011001000011111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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