#7466AC

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

Shades of Scampi #7466AC

Tints of Scampi #7466AC

Color information

#7466AC (or 0x7466AC) is unknown color: approx Scampi. HEX triplet: 74, 66 and AC. RGB value is (116,102,172). Sum of RGB (Red+Green+Blue) = 116+102+172=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7466AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7466AC is #8B9953. Grayscale: #717171. Windows color (decimal): -9148756 or 11298420. OLE color: 11298420.

HSL color Cylindrical-coordinate representation of color #7466AC: hue angle of 252º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7466AC is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116102172-
CMYK0.330.4100.33
HSL252º29.66%53.73%-
HSV(B)252º40.7%67.45%-
XYZ19.416.1941.13-
YUV114.17160.64129.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=29.74%
G=26.15%
B=44.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161021720.330.4100.3325229.6653.73
Hex7466AC2129021fc1e36
Octal16414625441510413743666
Binary111010011001101010110010000110100101000011111110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7466AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7466AC; }

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

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

<style>
 a { background-color: #7466AC; }

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

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

<style>
 span { border-color: #7466AC; }

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

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