#74659E

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

Shades of Scampi #74659E

Tints of Scampi #74659E

Color information

#74659E (or 0x74659E) is unknown color: approx Scampi. HEX triplet: 74, 65 and 9E. RGB value is (116,101,158). Sum of RGB (Red+Green+Blue) = 116+101+158=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #74659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74659E is #8B9A61. Grayscale: #6F6F6F. Windows color (decimal): -9149026 or 10380660. OLE color: 10380660.

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

Color convert

RGB116101158-
CMYK0.270.3600.38
HSL255.79º22.71%50.78%-
HSV(B)255.79º36.08%61.96%-
XYZ18.0315.4934.39-
YUV111.98153.97130.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=30.93%
G=26.93%
B=42.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161011580.270.3600.38255.7922.7150.78
Hex74659E1B240261001733
Octal16414523633440464002763
Binary111010011001011001111011011100100010011010000000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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