#74649C

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

Shades of Scampi #74649C

Tints of Scampi #74649C

Color information

#74649C (or 0x74649C) is unknown color: approx Scampi. HEX triplet: 74, 64 and 9C. RGB value is (116,100,156). Sum of RGB (Red+Green+Blue) = 116+100+156=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #74649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74649C is #8B9B63. Grayscale: #6E6E6E. Windows color (decimal): -9149284 or 10249332. OLE color: 10249332.

HSL color Cylindrical-coordinate representation of color #74649C: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74649C is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116100156-
CMYK0.260.3600.39
HSL257.14º22.05%50.2%-
HSV(B)257.14º35.9%61.18%-
XYZ17.7615.2333.46-
YUV111.17153.3131.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=31.18%
G=26.88%
B=41.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161001560.260.3600.39257.1422.0550.2
Hex74649C1A240271011632
Octal16414423432440474012662
Binary111010011001001001110011010100100010011110000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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