#74649F

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

Shades of Scampi #74649F

Tints of Scampi #74649F

Color information

#74649F (or 0x74649F) is unknown color: approx Scampi. HEX triplet: 74, 64 and 9F. RGB value is (116,100,159). Sum of RGB (Red+Green+Blue) = 116+100+159=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #74649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74649F is #8B9B60. Grayscale: #6F6F6F. Windows color (decimal): -9149281 or 10445940. OLE color: 10445940.

HSL color Cylindrical-coordinate representation of color #74649F: hue angle of 256.27º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74649F is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116100159-
CMYK0.270.3700.38
HSL256.27º23.51%50.78%-
HSV(B)256.27º37.11%62.35%-
XYZ18.0215.3334.81-
YUV111.51154.8131.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=30.93%
G=26.67%
B=42.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161001590.270.3700.38256.2723.5150.78
Hex74649F1B250261001833
Octal16414423733450464003063
Binary111010011001001001111111011100101010011010000000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74649F; }

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

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

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

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

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

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

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

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