#746798

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

Shades of Scampi #746798

Tints of Scampi #746798

Color information

#746798 (or 0x746798) is unknown color: approx Scampi. HEX triplet: 74, 67 and 98. RGB value is (116,103,152). Sum of RGB (Red+Green+Blue) = 116+103+152=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #746798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746798 is #8B9867. Grayscale: #707070. Windows color (decimal): -9148520 or 9987956. OLE color: 9987956.

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

Color convert

RGB116103152-
CMYK0.240.3200.40
HSL255.92º19.22%50%-
HSV(B)255.92º32.24%59.61%-
XYZ17.7215.6831.8-
YUV112.47150.31130.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=31.27%
G=27.76%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161031520.240.3200.40255.9219.2250
Hex74679818200281001332
Octal16414723030400504002362
Binary111010011001111001100011000100000010100010000000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746798; }

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

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

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

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

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

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

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

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