Html Css Color HEX #746499 Scampi

📋 copy color: '#746499'

red 116 ◦ green 100 ◦ blue 153

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

Shades of Scampi #746499

Tints of Scampi #746499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 31.44%
G = 27.1%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#746499 (or 0x746499) is known color: Scampi. HEX triplet: 74, 64 and 99. RGB value is (116,100,153). Sum of RGB (Red+Green+Blue) = 116+100+153=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #746499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746499 is #8B9B66. Grayscale: #6E6E6E. Windows color (decimal): -9149287 or 10052724. OLE color: 10052724.

HSL color Cylindrical-coordinate representation of color #746499: hue angle of 258.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #746499 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 100 153 -
CMYK 0.24 0.35 0 0.4
HSL 258.11º 0.21% 0.5% -
HSV(B) 258.11º 0.35% 0.6% -
XYZ 17.51 15.13 32.13 -
YUV 110.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 116 100 153 0.24 0.35 0 0.4 258.11 0.21 0.5
Hex 74 64 99 18 23 0 28 102 15 32
Octal 164 144 231 30 43 0 50 402 25 62
Binary 1110100 1100100 10011001 11000 100011 0 101000 100000010 10101 110010

Color Harmonies of #746499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746499

Black with #746499

Text Example


Text Example

White with #746499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746499; }

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

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

background-color css

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

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

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

border-color css

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

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

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