#746CAF

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

Shades of Scampi #746CAF

Tints of Scampi #746CAF

Color information

#746CAF (or 0x746CAF) is unknown color: approx Scampi. HEX triplet: 74, 6C and AF. RGB value is (116,108,175). Sum of RGB (Red+Green+Blue) = 116+108+175=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #746CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CAF is #8B9350. Grayscale: #757575. Windows color (decimal): -9147217 or 11496564. OLE color: 11496564.

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

Color convert

RGB116108175-
CMYK0.340.3800.31
HSL247.16º29.52%55.49%-
HSV(B)247.16º38.29%68.63%-
XYZ20.317.5342.87-
YUV118.03160.15126.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=29.07%
G=27.07%
B=43.86%

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
Decimal1161081750.340.3800.31247.1629.5255.49
Hex746CAF222601Ff71e37
Octal16415425742460373673667
Binary11101001101100101011111000101001100111111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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