Html Css Color HEX #746495 Scampi

📋 copy color: '#746495'

red 116 ◦ green 100 ◦ blue 149

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

Shades of Scampi #746495

Tints of Scampi #746495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 31.78%
G = 27.4%
B = 40.82%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#746495 (or 0x746495) is known color: Scampi. HEX triplet: 74, 64 and 95. RGB value is (116,100,149). Sum of RGB (Red+Green+Blue) = 116+100+149=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #746495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746495 is #8B9B6A. Grayscale: #6E6E6E. Windows color (decimal): -9149291 or 9790580. OLE color: 9790580.

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

Color convert

RGB 116 100 149 -
CMYK 0.22 0.33 0 0.42
HSL 259.59º 0.2% 0.49% -
HSV(B) 259.59º 0.33% 0.58% -
XYZ 17.18 15 30.42 -
YUV 110.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 116 100 149 0.22 0.33 0 0.42 259.59 0.2 0.49
Hex 74 64 95 16 21 0 2A 104 14 31
Octal 164 144 225 26 41 0 52 404 24 61
Binary 1110100 1100100 10010101 10110 100001 0 101010 100000100 10100 110001

Color Harmonies of #746495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746495

Black with #746495

Text Example


Text Example

White with #746495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746495; }

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

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

background-color css

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

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

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

border-color css

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

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

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