#746CAD

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

Shades of Scampi #746CAD

Tints of Scampi #746CAD

Color information

#746CAD (or 0x746CAD) is unknown color: approx Scampi. HEX triplet: 74, 6C and AD. RGB value is (116,108,173). Sum of RGB (Red+Green+Blue) = 116+108+173=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #746CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CAD is #8B9352. Grayscale: #757575. Windows color (decimal): -9147219 or 11365492. OLE color: 11365492.

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

Color convert

RGB116108173-
CMYK0.330.3800.32
HSL247.38º28.38%55.1%-
HSV(B)247.38º37.57%67.84%-
XYZ20.1117.4641.84-
YUV117.8159.15126.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=29.22%
G=27.20%
B=43.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161081730.330.3800.32247.3828.3855.1
Hex746CAD2126020f71c37
Octal16415425541460403673467
Binary111010011011001010110110000110011001000001111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,108,173); }

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

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

 a { background-color: rgb(116,108,173); }

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

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

 span { border-color: rgb(116,108,173); }

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