#746892

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

Shades of Scampi #746892

Tints of Scampi #746892

Color information

#746892 (or 0x746892) is unknown color: approx Scampi. HEX triplet: 74, 68 and 92. RGB value is (116,104,146). Sum of RGB (Red+Green+Blue) = 116+104+146=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #746892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746892 is #8B976D. Grayscale: #707070. Windows color (decimal): -9148270 or 9594996. OLE color: 9594996.

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

Color convert

RGB116104146-
CMYK0.210.2900.43
HSL257.14º16.8%49.02%-
HSV(B)257.14º28.77%57.25%-
XYZ17.3415.6929.31-
YUV112.38146.98130.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=31.69%
G=28.42%
B=39.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161041460.210.2900.43257.1416.849.02
Hex746892151D02B1011131
Octal16415022225350534012161
Binary11101001101000100100101010111101010101110000000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746892; }

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

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

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

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

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

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

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

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