#74649E

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

Shades of Scampi #74649E

Tints of Scampi #74649E

Color information

#74649E (or 0x74649E) is unknown color: approx Scampi. HEX triplet: 74, 64 and 9E. RGB value is (116,100,158). Sum of RGB (Red+Green+Blue) = 116+100+158=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #74649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74649E is #8B9B61. Grayscale: #6F6F6F. Windows color (decimal): -9149282 or 10380404. OLE color: 10380404.

HSL color Cylindrical-coordinate representation of color #74649E: hue angle of 256.55º degrees, saturation: 0.23, 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 #74649E is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116100158-
CMYK0.270.3700.38
HSL256.55º23.02%50.59%-
HSV(B)256.55º36.71%61.96%-
XYZ17.9315.334.36-
YUV111.4154.3131.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=31.02%
G=26.74%
B=42.25%

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
Decimal1161001580.270.3700.38256.5523.0250.59
Hex74649E1B250261011733
Octal16414423633450464012763
Binary111010011001001001111011011100101010011010000000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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