#74639F

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

Shades of Scampi #74639F

Tints of Scampi #74639F

Color information

#74639F (or 0x74639F) is unknown color: approx Scampi. HEX triplet: 74, 63 and 9F. RGB value is (116,99,159). Sum of RGB (Red+Green+Blue) = 116+99+159=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #74639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74639F is #8B9C60. Grayscale: #6E6E6E. Windows color (decimal): -9149537 or 10445684. OLE color: 10445684.

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

Color convert

RGB11699159-
CMYK0.270.3800.38
HSL257º23.81%50.59%-
HSV(B)257º37.74%62.35%-
XYZ17.9215.1434.78-
YUV110.92155.13131.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=31.02%
G=26.47%
B=42.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116991590.270.3800.3825723.8150.59
Hex74639F1B260261011833
Octal16414323733460464013063
Binary111010011000111001111111011100110010011010000000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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