Html Css Color HEX #746794 Scampi

📋 copy color: '#746794'

red 116 ◦ green 103 ◦ blue 148

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

Shades of Scampi #746794

Tints of Scampi #746794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

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

R = 31.61%
G = 28.07%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#746794 (or 0x746794) is known color: Scampi. HEX triplet: 74, 67 and 94. RGB value is (116,103,148). Sum of RGB (Red+Green+Blue) = 116+103+148=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #746794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746794 is #8B986B. Grayscale: #6F6F6F. Windows color (decimal): -9148524 or 9725812. OLE color: 9725812.

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

Color convert

RGB 116 103 148 -
CMYK 0.22 0.30 0 0.42
HSL 257.33º 0.18% 0.49% -
HSV(B) 257.33º 0.3% 0.58% -
XYZ 17.4 15.55 30.1 -
YUV 112.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 116 103 148 0.22 0.30 0 0.42 257.33 0.18 0.49
Hex 74 67 94 16 1E 0 2A 101 12 31
Octal 164 147 224 26 36 0 52 401 22 61
Binary 1110100 1100111 10010100 10110 11110 0 101010 100000001 10010 110001

Color Harmonies of #746794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746794

Black with #746794

Text Example


Text Example

White with #746794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746794; }

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

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

background-color css

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

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

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

border-color css

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

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

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