Html Css Color HEX #746296 Scampi

📋 copy color: '#746296'

red 116 ◦ green 98 ◦ blue 150

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

Shades of Scampi #746296

Tints of Scampi #746296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 31.87%
G = 26.92%
B = 41.21%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746296 (or 0x746296) is known color: Scampi. HEX triplet: 74, 62 and 96. RGB value is (116,98,150). Sum of RGB (Red+Green+Blue) = 116+98+150=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #746296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746296 is #8B9D69. Grayscale: #6D6D6D. Windows color (decimal): -9149802 or 9855604. OLE color: 9855604.

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

Color convert

RGB 116 98 150 -
CMYK 0.23 0.35 0 0.41
HSL 260.77º 0.21% 0.49% -
HSV(B) 260.77º 0.35% 0.59% -
XYZ 17.08 14.65 30.78 -
YUV 109.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 116 98 150 0.23 0.35 0 0.41 260.77 0.21 0.49
Hex 74 62 96 17 23 0 29 105 15 31
Octal 164 142 226 27 43 0 51 405 25 61
Binary 1110100 1100010 10010110 10111 100011 0 101001 100000101 10101 110001

Color Harmonies of #746296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746296

Black with #746296

Text Example


Text Example

White with #746296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746296; }

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

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

background-color css

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

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

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

border-color css

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

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

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