Html Css Color HEX #747493 Scampi

📋 copy color: '#747493'

red 116 ◦ green 116 ◦ blue 147

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

Shades of Scampi #747493

Tints of Scampi #747493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 30.61%
G = 30.61%
B = 38.79%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#747493 (or 0x747493) is known color: Scampi. HEX triplet: 74, 74 and 93. RGB value is (116,116,147). Sum of RGB (Red+Green+Blue) = 116+116+147=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #747493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747493 is #8B8B6C. Grayscale: #777777. Windows color (decimal): -9145197 or 9663604. OLE color: 9663604.

HSL color Cylindrical-coordinate representation of color #747493: hue angle of 240º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747493 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 116 147 -
CMYK 0.21 0.21 0 0.42
HSL 240º 0.13% 0.52% -
HSV(B) 240º 0.21% 0.58% -
XYZ 18.71 18.31 30.15 -
YUV 119.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 116 116 147 0.21 0.21 0 0.42 240 0.13 0.52
Hex 74 74 93 15 15 0 2A F0 D 34
Octal 164 164 223 25 25 0 52 360 15 64
Binary 1110100 1110100 10010011 10101 10101 0 101010 11110000 1101 110100

Color Harmonies of #747493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747493

Black with #747493

Text Example


Text Example

White with #747493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747493; }

 p { color: rgb(116,116,147); }

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

background-color css

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

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

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

border-color css

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

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

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