#74749C

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

Shades of Scampi #74749C

Tints of Scampi #74749C

Color information

#74749C (or 0x74749C) is unknown color: approx Scampi. HEX triplet: 74, 74 and 9C. RGB value is (116,116,156). Sum of RGB (Red+Green+Blue) = 116+116+156=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #74749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74749C is #8B8B63. Grayscale: #787878. Windows color (decimal): -9145188 or 10253428. OLE color: 10253428.

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

Color convert

RGB116116156-
CMYK0.260.2600.39
HSL240º16.81%53.33%-
HSV(B)240º25.64%61.18%-
XYZ19.4518.634.02-
YUV120.56148124.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=29.90%
G=29.90%
B=40.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161161560.260.2600.3924016.8153.33
Hex74749C1A1A027f01135
Octal16416423432320473602165
Binary1110100111010010011100110101101001001111111000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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