Html Css Color HEX #746DAE Scampi

📋 copy color: '#746DAE'

red 116 ◦ green 109 ◦ blue 174

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

Shades of Scampi #746DAE

Tints of Scampi #746DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 29.07%
G = 27.32%
B = 43.61%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#746DAE (or 0x746DAE) is known color: Scampi. HEX triplet: 74, 6D and AE. RGB value is (116,109,174). Sum of RGB (Red+Green+Blue) = 116+109+174=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #746DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746DAE is #8B9251. Grayscale: #767676. Windows color (decimal): -9146962 or 11431284. OLE color: 11431284.

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

Color convert

RGB 116 109 174 -
CMYK 0.33 0.37 0 0.32
HSL 246.46º 0.29% 0.55% -
HSV(B) 246.46º 0.37% 0.68% -
XYZ 20.31 17.71 42.39 -
YUV 118.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 116 109 174 0.33 0.37 0 0.32 246.46 0.29 0.55
Hex 74 6D AE 21 25 0 20 F6 1D 37
Octal 164 155 256 41 45 0 40 366 35 67
Binary 1110100 1101101 10101110 100001 100101 0 100000 11110110 11101 110111

Color Harmonies of #746DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DAE

Black with #746DAE

Text Example


Text Example

White with #746DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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