Html Css Color HEX #746299 Scampi

📋 copy color: '#746299'

red 116 ◦ green 98 ◦ blue 153

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

Shades of Scampi #746299

Tints of Scampi #746299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

 BLUE value IS 153 (60.16% from 255) = 41.69%

R = 31.61%
G = 26.7%
B = 41.69%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#746299 (or 0x746299) is known color: Scampi. HEX triplet: 74, 62 and 99. RGB value is (116,98,153). Sum of RGB (Red+Green+Blue) = 116+98+153=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #746299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746299 is #8B9D66. Grayscale: #6D6D6D. Windows color (decimal): -9149799 or 10052212. OLE color: 10052212.

HSL color Cylindrical-coordinate representation of color #746299: hue angle of 259.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #746299 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 98 153 -
CMYK 0.24 0.36 0 0.4
HSL 259.64º 0.22% 0.49% -
HSV(B) 259.64º 0.36% 0.6% -
XYZ 17.32 14.75 32.07 -
YUV 109.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 116 98 153 0.24 0.36 0 0.4 259.64 0.22 0.49
Hex 74 62 99 18 24 0 28 104 16 31
Octal 164 142 231 30 44 0 50 404 26 61
Binary 1110100 1100010 10011001 11000 100100 0 101000 100000100 10110 110001

Color Harmonies of #746299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746299

Black with #746299

Text Example


Text Example

White with #746299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746299; }

 p { color: rgb(116,98,153); }

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

background-color css

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

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

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

border-color css

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

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

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