#746E90

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

Shades of Scampi #746E90

Tints of Scampi #746E90

Color information

#746E90 (or 0x746E90) is unknown color: approx Scampi. HEX triplet: 74, 6E and 90. RGB value is (116,110,144). Sum of RGB (Red+Green+Blue) = 116+110+144=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #746E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E90 is #8B916F. Grayscale: #737373. Windows color (decimal): -9146736 or 9465460. OLE color: 9465460.

HSL color Cylindrical-coordinate representation of color #746E90: hue angle of 250.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746E90 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116110144-
CMYK0.190.2400.44
HSL250.59º13.39%49.8%-
HSV(B)250.59º23.61%56.47%-
XYZ17.8116.8828.7-
YUV115.67143.99128.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=31.35%
G=29.73%
B=38.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161101440.190.2400.44250.5913.3949.8
Hex746E90131802Cfbd32
Octal16415622023300543731562
Binary111010011011101001000010011110000101100111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,144); }

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

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

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

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

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

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

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