Html Css Color HEX #746896 Scampi

📋 copy color: '#746896'

red 116 ◦ green 104 ◦ blue 150

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

Shades of Scampi #746896

Tints of Scampi #746896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 31.35%
G = 28.11%
B = 40.54%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746896 (or 0x746896) is known color: Scampi. HEX triplet: 74, 68 and 96. RGB value is (116,104,150). Sum of RGB (Red+Green+Blue) = 116+104+150=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #746896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746896 is #8B9769. Grayscale: #707070. Windows color (decimal): -9148266 or 9857140. OLE color: 9857140.

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

Color convert

RGB 116 104 150 -
CMYK 0.23 0.31 0 0.41
HSL 255.65º 0.18% 0.5% -
HSV(B) 255.65º 0.31% 0.59% -
XYZ 17.66 15.82 30.98 -
YUV 112.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 116 104 150 0.23 0.31 0 0.41 255.65 0.18 0.5
Hex 74 68 96 17 1F 0 29 100 12 32
Octal 164 150 226 27 37 0 51 400 22 62
Binary 1110100 1101000 10010110 10111 11111 0 101001 100000000 10010 110010

Color Harmonies of #746896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746896

Black with #746896

Text Example


Text Example

White with #746896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746896; }

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

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

background-color css

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

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

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

border-color css

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

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

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