#746EA4

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

Shades of Scampi #746EA4

Tints of Scampi #746EA4

Color information

#746EA4 (or 0x746EA4) is unknown color: approx Scampi. HEX triplet: 74, 6E and A4. RGB value is (116,110,164). Sum of RGB (Red+Green+Blue) = 116+110+164=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #746EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EA4 is #8B915B. Grayscale: #757575. Windows color (decimal): -9146716 or 10776180. OLE color: 10776180.

HSL color Cylindrical-coordinate representation of color #746EA4: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746EA4 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116110164-
CMYK0.290.3300.36
HSL246.67º22.88%53.73%-
HSV(B)246.67º32.93%64.31%-
XYZ19.4817.5537.48-
YUV117.95153.99126.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=29.74%
G=28.21%
B=42.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161101640.290.3300.36246.6722.8853.73
Hex746EA41D21024f71736
Octal16415624435410443672766
Binary11101001101110101001001110110000101001001111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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