#74719F

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

Shades of Scampi #74719F

Tints of Scampi #74719F

Color information

#74719F (or 0x74719F) is unknown color: approx Scampi. HEX triplet: 74, 71 and 9F. RGB value is (116,113,159). Sum of RGB (Red+Green+Blue) = 116+113+159=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #74719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74719F is #8B8E60. Grayscale: #767676. Windows color (decimal): -9145953 or 10449268. OLE color: 10449268.

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

Color convert

RGB116113159-
CMYK0.270.2900.38
HSL243.91º19.33%53.33%-
HSV(B)243.91º28.93%62.35%-
XYZ19.3718.0335.26-
YUV119.14150.49125.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=29.90%
G=29.12%
B=40.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161131590.270.2900.38243.9119.3353.33
Hex74719F1B1D026f41335
Octal16416123733350463642365
Binary1110100111000110011111110111110101001101111010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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