#74679E

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

Shades of Scampi #74679E

Tints of Scampi #74679E

Color information

#74679E (or 0x74679E) is unknown color: approx Scampi. HEX triplet: 74, 67 and 9E. RGB value is (116,103,158). Sum of RGB (Red+Green+Blue) = 116+103+158=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #74679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74679E is #8B9861. Grayscale: #707070. Windows color (decimal): -9148514 or 10381172. OLE color: 10381172.

HSL color Cylindrical-coordinate representation of color #74679E: hue angle of 254.18º degrees, saturation: 0.22, 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 #74679E is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116103158-
CMYK0.270.3500.38
HSL254.18º22.09%51.18%-
HSV(B)254.18º34.81%61.96%-
XYZ18.2215.8834.45-
YUV113.16153.31130.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=30.77%
G=27.32%
B=41.91%

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
Decimal1161031580.270.3500.38254.1822.0951.18
Hex74679E1B23026fe1633
Octal16414723633430463762663
Binary11101001100111100111101101110001101001101111111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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