Html Css Color HEX #746DAF Scampi

📋 copy color: '#746DAF'

red 116 ◦ green 109 ◦ blue 175

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

Shades of Scampi #746DAF

Tints of Scampi #746DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 29%
G = 27.25%
B = 43.75%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#746DAF (or 0x746DAF) is known color: Scampi. HEX triplet: 74, 6D and AF. RGB value is (116,109,175). Sum of RGB (Red+Green+Blue) = 116+109+175=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #746DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746DAF is #8B9250. Grayscale: #767676. Windows color (decimal): -9146961 or 11496820. OLE color: 11496820.

HSL color Cylindrical-coordinate representation of color #746DAF: hue angle of 246.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746DAF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 109 175 -
CMYK 0.34 0.38 0 0.31
HSL 246.36º 0.29% 0.56% -
HSV(B) 246.36º 0.38% 0.69% -
XYZ 20.41 17.75 42.91 -
YUV 118.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 116 109 175 0.34 0.38 0 0.31 246.36 0.29 0.56
Hex 74 6D AF 22 26 0 1F F6 1D 38
Octal 164 155 257 42 46 0 37 366 35 70
Binary 1110100 1101101 10101111 100010 100110 0 11111 11110110 11101 111000

Color Harmonies of #746DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DAF

Black with #746DAF

Text Example


Text Example

White with #746DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746DAF; }

 p { color: rgb(116,109,175); }

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

background-color css

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

 a { background-color: rgb(116,109,175); }

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

border-color css

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

 span { border-color: rgb(116,109,175); }

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