#746BAE

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

Shades of Scampi #746BAE

Tints of Scampi #746BAE

Color information

#746BAE (or 0x746BAE) is unknown color: approx Scampi. HEX triplet: 74, 6B and AE. RGB value is (116,107,174). Sum of RGB (Red+Green+Blue) = 116+107+174=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #746BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BAE is #8B9451. Grayscale: #757575. Windows color (decimal): -9147474 or 11430772. OLE color: 11430772.

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

Color convert

RGB116107174-
CMYK0.330.3900.32
HSL248.06º29.26%55.1%-
HSV(B)248.06º38.51%68.24%-
XYZ20.117.2842.32-
YUV117.33159.98127.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=29.22%
G=26.95%
B=43.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161071740.330.3900.32248.0629.2655.1
Hex746BAE2127020f81d37
Octal16415325641470403703567
Binary111010011010111010111010000110011101000001111100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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