#74639C

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

Shades of Scampi #74639C

Tints of Scampi #74639C

Color information

#74639C (or 0x74639C) is unknown color: approx Scampi. HEX triplet: 74, 63 and 9C. RGB value is (116,99,156). Sum of RGB (Red+Green+Blue) = 116+99+156=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #74639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74639C is #8B9C63. Grayscale: #6E6E6E. Windows color (decimal): -9149540 or 10249076. OLE color: 10249076.

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

Color convert

RGB11699156-
CMYK0.260.3700.39
HSL257.89º22.35%50%-
HSV(B)257.89º36.54%61.18%-
XYZ17.6715.0433.42-
YUV110.58153.63131.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=31.27%
G=26.68%
B=42.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116991560.260.3700.39257.8922.3550
Hex74639C1A250271021632
Octal16414323432450474022662
Binary111010011000111001110011010100101010011110000001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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