#746893

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

Shades of Scampi #746893

Tints of Scampi #746893

Color information

#746893 (or 0x746893) is unknown color: approx Scampi. HEX triplet: 74, 68 and 93. RGB value is (116,104,147). Sum of RGB (Red+Green+Blue) = 116+104+147=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #746893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746893 is #8B976C. Grayscale: #707070. Windows color (decimal): -9148269 or 9660532. OLE color: 9660532.

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

Color convert

RGB116104147-
CMYK0.210.2900.42
HSL256.74º17.13%49.22%-
HSV(B)256.74º29.25%57.65%-
XYZ17.4215.7229.72-
YUV112.49147.48130.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=31.61%
G=28.34%
B=40.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161041470.210.2900.42256.7417.1349.22
Hex746893151D02A1011131
Octal16415022325350524012161
Binary11101001101000100100111010111101010101010000000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746893; }

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

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

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

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

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

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

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

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