#746099

Color #746099 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #746099

Tints of Scampi #746099

Color information

#746099 (or 0x746099) is unknown color: approx Scampi. HEX triplet: 74, 60 and 99. RGB value is (116,96,153). Sum of RGB (Red+Green+Blue) = 116+96+153=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #746099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746099 is #8B9F66. Grayscale: #6C6C6C. Windows color (decimal): -9150311 or 10051700. OLE color: 10051700.

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

Color convert

RGB11696153-
CMYK0.240.3700.4
HSL261.05º22.89%48.82%-
HSV(B)261.05º37.25%60%-
XYZ17.1414.3832.01-
YUV108.48153.13133.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=31.78%
G=26.30%
B=41.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116961530.240.3700.4261.0522.8948.82
Hex74609918250281051731
Octal16414023130450504052761
Binary111010011000001001100111000100101010100010000010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746099; }

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

 H1.HeaderClassName
 {
   color: #746099;
 }
 .AnyTagClassName
 {
   color: #746099;
 }
</style>
background-color css

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

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

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

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

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

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