Html Css Color HEX #746594 Scampi

📋 copy color: '#746594'

red 116 ◦ green 101 ◦ blue 148

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

Shades of Scampi #746594

Tints of Scampi #746594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 31.78%
G = 27.67%
B = 40.55%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#746594 (or 0x746594) is known color: Scampi. HEX triplet: 74, 65 and 94. RGB value is (116,101,148). Sum of RGB (Red+Green+Blue) = 116+101+148=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #746594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746594 is #8B9A6B. Grayscale: #6E6E6E. Windows color (decimal): -9149036 or 9725300. OLE color: 9725300.

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

Color convert

RGB 116 101 148 -
CMYK 0.22 0.32 0 0.42
HSL 259.15º 0.19% 0.49% -
HSV(B) 259.15º 0.32% 0.58% -
XYZ 17.2 15.16 30.04 -
YUV 110.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 116 101 148 0.22 0.32 0 0.42 259.15 0.19 0.49
Hex 74 65 94 16 20 0 2A 103 13 31
Octal 164 145 224 26 40 0 52 403 23 61
Binary 1110100 1100101 10010100 10110 100000 0 101010 100000011 10011 110001

Color Harmonies of #746594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746594

Black with #746594

Text Example


Text Example

White with #746594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746594; }

 p { color: rgb(116,101,148); }

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

background-color css

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

 a { background-color: rgb(116,101,148); }

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

border-color css

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

 span { border-color: rgb(116,101,148); }

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