Html Css Color HEX #746AA2 Scampi

📋 copy color: '#746AA2'

red 116 ◦ green 106 ◦ blue 162

#746AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #746AA2

Tints of Scampi #746AA2

RGB

 RED value IS 116 (45.7% from 255) = 30.21%

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 162 (63.67% from 255) = 42.19%

R = 30.21%
G = 27.6%
B = 42.19%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#746AA2 (or 0x746AA2) is known color: Scampi. HEX triplet: 74, 6A and A2. RGB value is (116,106,162). Sum of RGB (Red+Green+Blue) = 116+106+162=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #746AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AA2 is #8B955D. Grayscale: #737373. Windows color (decimal): -9147742 or 10644084. OLE color: 10644084.

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

Color convert

RGB 116 106 162 -
CMYK 0.28 0.35 0 0.36
HSL 250.71º 0.23% 0.53% -
HSV(B) 250.71º 0.35% 0.64% -
XYZ 18.88 16.63 36.4 -
YUV 115.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 116 106 162 0.28 0.35 0 0.36 250.71 0.23 0.53
Hex 74 6A A2 1C 23 0 24 FB 17 35
Octal 164 152 242 34 43 0 44 373 27 65
Binary 1110100 1101010 10100010 11100 100011 0 100100 11111011 10111 110101

Color Harmonies of #746AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746AA2

Black with #746AA2

Text Example


Text Example

White with #746AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,162); }

 H1.HeaderClassName
 {
   color: #746AA2;
 }
 .AnyTagClassName
 {
   color: #746AA2;
 }
</style>

background-color css

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

 a { background-color: rgb(116,106,162); }

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

border-color css

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

 span { border-color: rgb(116,106,162); }

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