#74679F

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

Shades of Scampi #74679F

Tints of Scampi #74679F

Color information

#74679F (or 0x74679F) is unknown color: approx Scampi. HEX triplet: 74, 67 and 9F. RGB value is (116,103,159). Sum of RGB (Red+Green+Blue) = 116+103+159=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #74679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74679F is #8B9860. Grayscale: #717171. Windows color (decimal): -9148513 or 10446708. OLE color: 10446708.

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

Color convert

RGB116103159-
CMYK0.270.3500.38
HSL253.93º22.58%51.37%-
HSV(B)253.93º35.22%62.35%-
XYZ18.3115.9234.91-
YUV113.27153.81129.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=30.69%
G=27.25%
B=42.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161031590.270.3500.38253.9322.5851.37
Hex74679F1B23026fe1733
Octal16414723733430463762763
Binary11101001100111100111111101110001101001101111111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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