Html Css Color HEX #746496 Scampi

📋 copy color: '#746496'

red 116 ◦ green 100 ◦ blue 150

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

Shades of Scampi #746496

Tints of Scampi #746496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 31.69%
G = 27.32%
B = 40.98%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746496 (or 0x746496) is known color: Scampi. HEX triplet: 74, 64 and 96. RGB value is (116,100,150). Sum of RGB (Red+Green+Blue) = 116+100+150=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #746496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746496 is #8B9B69. Grayscale: #6E6E6E. Windows color (decimal): -9149290 or 9856116. OLE color: 9856116.

HSL color Cylindrical-coordinate representation of color #746496: hue angle of 259.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746496 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 100 150 -
CMYK 0.23 0.33 0 0.41
HSL 259.2º 0.2% 0.49% -
HSV(B) 259.2º 0.33% 0.59% -
XYZ 17.26 15.03 30.85 -
YUV 110.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 116 100 150 0.23 0.33 0 0.41 259.2 0.2 0.49
Hex 74 64 96 17 21 0 29 103 14 31
Octal 164 144 226 27 41 0 51 403 24 61
Binary 1110100 1100100 10010110 10111 100001 0 101001 100000011 10100 110001

Color Harmonies of #746496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746496

Black with #746496

Text Example


Text Example

White with #746496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746496; }

 p { color: rgb(116,100,150); }

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

background-color css

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

 a { background-color: rgb(116,100,150); }

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

border-color css

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

 span { border-color: rgb(116,100,150); }

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