#747699

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

Shades of Scampi #747699

Tints of Scampi #747699

Color information

#747699 (or 0x747699) is unknown color: approx Scampi. HEX triplet: 74, 76 and 99. RGB value is (116,118,153). Sum of RGB (Red+Green+Blue) = 116+118+153=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #747699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747699 is #8B8966. Grayscale: #797979. Windows color (decimal): -9144679 or 10057332. OLE color: 10057332.

HSL color Cylindrical-coordinate representation of color #747699: hue angle of 236.76º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747699 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB116118153-
CMYK0.240.2300.4
HSL236.76º15.35%52.75%-
HSV(B)236.76º24.18%60%-
XYZ19.4318.9732.77-
YUV121.39145.84124.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=29.97%
G=30.49%
B=39.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161181530.240.2300.4236.7615.3552.75
Hex7476991817028edf35
Octal16416623130270503551765
Binary111010011101101001100111000101110101000111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747699; }

 p { color: rgb(116,118,153); }

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

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

 a { background-color: rgb(116,118,153); }

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

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

 span { border-color: rgb(116,118,153); }

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