#74689E

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

Shades of Scampi #74689E

Tints of Scampi #74689E

Color information

#74689E (or 0x74689E) is unknown color: approx Scampi. HEX triplet: 74, 68 and 9E. RGB value is (116,104,158). Sum of RGB (Red+Green+Blue) = 116+104+158=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #74689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74689E is #8B9761. Grayscale: #717171. Windows color (decimal): -9148258 or 10381428. OLE color: 10381428.

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

Color convert

RGB116104158-
CMYK0.270.3400.38
HSL253.33º21.77%51.37%-
HSV(B)253.33º34.18%61.96%-
XYZ18.3216.0834.49-
YUV113.74152.98129.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=30.69%
G=27.51%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161041580.270.3400.38253.3321.7751.37
Hex74689E1B22026fd1633
Octal16415023633420463752663
Binary11101001101000100111101101110001001001101111110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74689E; }

 p { color: rgb(116,104,158); }

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

<style>
 a { background-color: #74689E; }

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

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

<style>
 span { border-color: #74689E; }

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

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