#746098

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

Shades of Scampi #746098

Tints of Scampi #746098

Color information

#746098 (or 0x746098) is unknown color: approx Scampi. HEX triplet: 74, 60 and 98. RGB value is (116,96,152). Sum of RGB (Red+Green+Blue) = 116+96+152=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #746098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746098 is #8B9F67. Grayscale: #6C6C6C. Windows color (decimal): -9150312 or 9986164. OLE color: 9986164.

HSL color Cylindrical-coordinate representation of color #746098: hue angle of 261.43º 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 #746098 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11696152-
CMYK0.240.3700.40
HSL261.43º22.58%48.63%-
HSV(B)261.43º36.84%59.61%-
XYZ17.0514.3531.58-
YUV108.36152.63133.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=31.87%
G=26.37%
B=41.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116961520.240.3700.40261.4322.5848.63
Hex74609818250281051731
Octal16414023030450504052761
Binary111010011000001001100011000100101010100010000010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746098; }

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

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

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

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

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

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

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

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