Html Css Color HEX #746FAD Scampi

📋 copy color: '#746FAD'

red 116 ◦ green 111 ◦ blue 173

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

Shades of Scampi #746FAD

Tints of Scampi #746FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 29%
G = 27.75%
B = 43.25%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#746FAD (or 0x746FAD) is known color: Scampi. HEX triplet: 74, 6F and AD. RGB value is (116,111,173). Sum of RGB (Red+Green+Blue) = 116+111+173=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #746FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746FAD is #8B9052. Grayscale: #777777. Windows color (decimal): -9146451 or 11366260. OLE color: 11366260.

HSL color Cylindrical-coordinate representation of color #746FAD: hue angle of 244.84º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #746FAD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 111 173 -
CMYK 0.33 0.36 0 0.32
HSL 244.84º 0.27% 0.56% -
HSV(B) 244.84º 0.36% 0.68% -
XYZ 20.43 18.1 41.95 -
YUV 119.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 116 111 173 0.33 0.36 0 0.32 244.84 0.27 0.56
Hex 74 6F AD 21 24 0 20 F5 1B 38
Octal 164 157 255 41 44 0 40 365 33 70
Binary 1110100 1101111 10101101 100001 100100 0 100000 11110101 11011 111000

Color Harmonies of #746FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FAD

Black with #746FAD

Text Example


Text Example

White with #746FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,111,173); }

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

background-color css

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

 a { background-color: rgb(116,111,173); }

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

border-color css

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

 span { border-color: rgb(116,111,173); }

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