#746498

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

Shades of Scampi #746498

Tints of Scampi #746498

Color information

#746498 (or 0x746498) is unknown color: approx Scampi. HEX triplet: 74, 64 and 98. RGB value is (116,100,152). Sum of RGB (Red+Green+Blue) = 116+100+152=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #746498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746498 is #8B9B67. Grayscale: #6E6E6E. Windows color (decimal): -9149288 or 9987188. OLE color: 9987188.

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

Color convert

RGB116100152-
CMYK0.240.3400.40
HSL258.46º20.63%49.41%-
HSV(B)258.46º34.21%59.61%-
XYZ17.4315.0931.7-
YUV110.71151.3131.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=31.52%
G=27.17%
B=41.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161001520.240.3400.40258.4620.6349.41
Hex74649818220281021531
Octal16414423030420504022561
Binary111010011001001001100011000100010010100010000001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746498; }

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

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

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

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

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

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

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

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