#74669E

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

Shades of Scampi #74669E

Tints of Scampi #74669E

Color information

#74669E (or 0x74669E) is unknown color: approx Scampi. HEX triplet: 74, 66 and 9E. RGB value is (116,102,158). Sum of RGB (Red+Green+Blue) = 116+102+158=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #74669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74669E is #8B9961. Grayscale: #707070. Windows color (decimal): -9148770 or 10380916. OLE color: 10380916.

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

Color convert

RGB116102158-
CMYK0.270.3500.38
HSL255º22.4%50.98%-
HSV(B)255º35.44%61.96%-
XYZ18.1315.6834.42-
YUV112.57153.64130.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=30.85%
G=27.13%
B=42.02%

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
Decimal1161021580.270.3500.3825522.450.98
Hex74669E1B23026ff1633
Octal16414623633430463772663
Binary11101001100110100111101101110001101001101111111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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